Searched refs:MANA_PAGE_ALIGN (Results 1 – 5 of 5) sorted by relevance
61 buf_size = MANA_PAGE_ALIGN(roundup_pow_of_two(attr->cqe * COMP_ENTRY_SIZE)); in mana_ib_create_cq()
425 return MANA_PAGE_ALIGN(roundup_pow_of_two(queue_size)); in mana_ib_queue_size()
251 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE) macro
470 buf_size = MANA_PAGE_ALIGN(q_depth * max_msg_size); in mana_hwc_alloc_dma_buf()
2681 rq_size = MANA_PAGE_ALIGN(rq_size); in mana_create_rxq()2682 cq_size = MANA_PAGE_ALIGN(cq_size); in mana_create_rxq()