Home
last modified time | relevance | path

Searched refs:BNGE_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_rmem.h50 #define BNGE_PAGE_SIZE (1 << BNGE_PAGE_SHIFT) macro
57 #define MAX_CTX_PAGES (BNGE_PAGE_SIZE / 8)
76 if (BNGE_PAGE_SIZE == 0x2000) \
78 else if (BNGE_PAGE_SIZE == 0x10000) \
H A Dbnge_rmem.c133 rmem->page_size = BNGE_PAGE_SIZE; in bnge_alloc_ctx_one_lvl()
152 ctx_pg->nr_pages = DIV_ROUND_UP(mem_size, BNGE_PAGE_SIZE); in bnge_alloc_ctx_pg_tbls()
193 rmem->nr_pages = DIV_ROUND_UP(mem_size, BNGE_PAGE_SIZE); in bnge_alloc_ctx_pg_tbls()