Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c340 if (eq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
341 eq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
344 if (cq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
345 cq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
478 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_wq()
479 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_wq()
Dgdma.h209 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro