Home
last modified time | relevance | path

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

/linux/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.c425 return MANA_PAGE_ALIGN(roundup_pow_of_two(queue_size)); in mana_ib_queue_size()
/linux/include/net/mana/
H A Dgdma.h251 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE) macro
/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c470 buf_size = MANA_PAGE_ALIGN(q_depth * max_msg_size); in mana_hwc_alloc_dma_buf()
H A Dmana_en.c2681 rq_size = MANA_PAGE_ALIGN(rq_size); in mana_create_rxq()
2682 cq_size = MANA_PAGE_ALIGN(cq_size); in mana_create_rxq()