Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c4713 rmem->nr_pages = RTE_ALIGN_MUL_CEIL(mem_size, BNXT_PAGE_SIZE) / in bnxt_alloc_ctx_mem_blk()
4722 if (rmem->nr_pages > 1) { in bnxt_alloc_ctx_mem_blk()
4730 rmem->nr_pages * 8, in bnxt_alloc_ctx_mem_blk()
4770 if (rmem->nr_pages > 1) { in bnxt_alloc_ctx_mem_blk()
4771 if (i == rmem->nr_pages - 2 && in bnxt_alloc_ctx_mem_blk()
4774 else if (i == rmem->nr_pages - 1 && in bnxt_alloc_ctx_mem_blk()
H A Dbnxt.h424 int nr_pages; member
H A Dbnxt_hwrm.c67 if (rmem->nr_pages == 0) in bnxt_hwrm_set_pg_attr()
70 if (rmem->nr_pages > 1) { in bnxt_hwrm_set_pg_attr()