Home
last modified time | relevance | path

Searched refs:MANA_PAGE_ALIGN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/mana/
H A Dgdma.h228 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE) macro
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c436 buf_size = MANA_PAGE_ALIGN(q_depth * max_msg_size); in mana_hwc_alloc_dma_buf()
H A Dmana_en.c1908 cq_size = MANA_PAGE_ALIGN(cq_size); in mana_create_txq()
2206 rq_size = MANA_PAGE_ALIGN(rq_size); in mana_create_rxq()
2207 cq_size = MANA_PAGE_ALIGN(cq_size); in mana_create_rxq()