Home
last modified time | relevance | path

Searched refs:MANA_PAGE_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/mana/
H A Dgdma.h250 #define MANA_PAGE_SIZE BIT(MANA_PAGE_SHIFT) macro
251 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE)
252 #define MANA_PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), MANA_PAGE_SIZE)
256 #define MANA_MIN_QSIZE MANA_PAGE_SIZE
H A Dmana.h58 #define EQ_SIZE (8 * MANA_PAGE_SIZE)
/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c240 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_alloc_memory()
993 unsigned int num_page = gmi->length / MANA_PAGE_SIZE; in mana_gd_create_dma_region()
1003 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_create_dma_region()
1027 req->page_addr_list[i] = gmi->dma_handle + i * MANA_PAGE_SIZE; in mana_gd_create_dma_region()
/linux/drivers/infiniband/hw/mana/
H A Dmain.c181 req.alignment = PAGE_SIZE / MANA_PAGE_SIZE; in mana_gd_allocate_doorbell_page()