Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A 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()
/openbmc/linux/include/net/mana/
H A Dgdma.h225 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro