Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mana/
H A Dcq.c61 buf_size = MANA_PAGE_ALIGN(roundup_pow_of_two(attr->cqe * COMP_ENTRY_SIZE)); in mana_ib_create_cq()
H A Dqp.c426 return MANA_PAGE_ALIGN(roundup_pow_of_two(queue_size)); in mana_ib_queue_size()
/linux-6.15/include/net/mana/
H A Dgdma.h232 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE) macro
/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c438 buf_size = MANA_PAGE_ALIGN(q_depth * max_msg_size); in mana_hwc_alloc_dma_buf()
H A Dmana_en.c2289 rq_size = MANA_PAGE_ALIGN(rq_size); in mana_create_rxq()
2290 cq_size = MANA_PAGE_ALIGN(cq_size); in mana_create_rxq()