Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dshm_channel.c159 if (!MANA_PAGE_ALIGNED(eq_addr) || !MANA_PAGE_ALIGNED(cq_addr) || in mana_smc_setup_hwc()
160 !MANA_PAGE_ALIGNED(rq_addr) || !MANA_PAGE_ALIGNED(sq_addr)) in mana_smc_setup_hwc()
H A Dgdma_main.c736 if (!MANA_PAGE_ALIGNED(gmi->virt_addr)) in mana_gd_create_dma_region()
H A Dmana_en.c1905 BUILD_BUG_ON(!MANA_PAGE_ALIGNED(txq_size)); in mana_create_txq()
/openbmc/linux/include/net/mana/
H A Dgdma.h229 #define MANA_PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)(addr), MANA_PAGE_SIZE) macro