Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c369 if (eq_size < MANA_MIN_QSIZE) in mana_hwc_create_cq()
370 eq_size = MANA_MIN_QSIZE; in mana_hwc_create_cq()
373 if (cq_size < MANA_MIN_QSIZE) in mana_hwc_create_cq()
374 cq_size = MANA_MIN_QSIZE; in mana_hwc_create_cq()
504 if (queue_size < MANA_MIN_QSIZE) in mana_hwc_create_wq()
505 queue_size = MANA_MIN_QSIZE; in mana_hwc_create_wq()
/openbmc/linux/include/net/mana/
H A Dgdma.h233 #define MANA_MIN_QSIZE MANA_PAGE_SIZE macro