Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c345 if (eq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
346 eq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
349 if (cq_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_cq()
350 cq_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_cq()
480 if (queue_size < MINIMUM_SUPPORTED_PAGE_SIZE) in mana_hwc_create_wq()
481 queue_size = MINIMUM_SUPPORTED_PAGE_SIZE; in mana_hwc_create_wq()
Dgdma.h209 #define MINIMUM_SUPPORTED_PAGE_SIZE PAGE_SIZE macro