Searched refs:BNGE_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
49 #define BNGE_PAGE_SIZE (1 << BNGE_PAGE_SHIFT) macro56 #define MAX_CTX_PAGES (BNGE_PAGE_SIZE / 8)75 if (BNGE_PAGE_SIZE == 0x2000) \77 else if (BNGE_PAGE_SIZE == 0x10000) \
192 #define RX_DESC_CNT (BNGE_PAGE_SIZE / sizeof(struct rx_bd))193 #define TX_DESC_CNT (BNGE_PAGE_SIZE / sizeof(struct tx_bd))194 #define CP_DESC_CNT (BNGE_PAGE_SIZE / sizeof(struct tx_cmp))
130 rmem->page_size = BNGE_PAGE_SIZE; in bnge_alloc_ctx_one_lvl()149 ctx_pg->nr_pages = DIV_ROUND_UP(mem_size, BNGE_PAGE_SIZE); in bnge_alloc_ctx_pg_tbls()191 rmem->nr_pages = DIV_ROUND_UP(mem_size, BNGE_PAGE_SIZE); in bnge_alloc_ctx_pg_tbls()
Completed in 9 milliseconds