Home
last modified time | relevance | path

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

/openbmc/linux/include/net/mana/
H A Dgdma.h227 #define MANA_PAGE_SIZE BIT(MANA_PAGE_SHIFT) macro
228 #define MANA_PAGE_ALIGN(x) ALIGN((x), MANA_PAGE_SIZE)
229 #define MANA_PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), MANA_PAGE_SIZE)
233 #define MANA_MIN_QSIZE MANA_PAGE_SIZE
H A Dmana.h45 #define EQ_SIZE (8 * MANA_PAGE_SIZE)
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c182 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_alloc_memory()
723 unsigned int num_page = gmi->length / MANA_PAGE_SIZE; in mana_gd_create_dma_region()
733 if (length < MANA_PAGE_SIZE || !is_power_of_2(length)) in mana_gd_create_dma_region()
757 req->page_addr_list[i] = gmi->dma_handle + i * MANA_PAGE_SIZE; in mana_gd_create_dma_region()