Home
last modified time | relevance | path

Searched refs:MINIMUM_SUPPORTED_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c363 if (eq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
364 eq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
367 if (cq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
368 cq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
498 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_wq()
499 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_wq()
/Linux-v6.6/include/net/mana/
Dgdma.h225 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro