Home
last modified time | relevance | path

Searched refs:pg_count (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c70 for (i = 0; i < pbl->pg_count; i++) { in __free_pbl()
93 pbl->pg_count = 0; in __free_pbl()
128 pbl->pg_count++; in __fill_user_dma_pages()
171 pbl->pg_count = 0; in __alloc_pbl()
181 pbl->pg_count++; in __alloc_pbl()
307 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
311 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
327 for (i = 0; i < hwq->pbl[PBL_LVL_2].pg_count; i++) { in bnxt_qplib_alloc_init_hwq()
333 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq()
367 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
[all …]
H A Dqplib_res.h227 u32 pg_count; member
H A Dmain.c3150 rattr.pages = nq->hwq.pbl[rdev->nqr.nq[i].hwq.level].pg_count; in bnxt_re_setup_nqs()
3582 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
/freebsd/sys/sys/
H A Dagpio.h119 size_t pg_count; /* number of pages */
132 size_t pg_count; /* number of pages */ member
/freebsd/sys/dev/agp/
H A Dagp.c762 alloc->pg_count << AGP_PAGE_SHIFT); in agp_allocate_user()