Lines Matching refs:pg_count
69 for (i = 0; i < pbl->pg_count; i++) { in __free_pbl()
86 pbl->pg_count = 0; in __free_pbl()
99 pbl->pg_count++; in bnxt_qplib_fill_user_dma_pages()
130 pbl->pg_count = 0; in __alloc_pbl()
141 pbl->pg_count++; in __alloc_pbl()
269 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
274 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
292 for (i = 0; i < hwq->pbl[PBL_LVL_2].pg_count; i++) { in bnxt_qplib_alloc_init_hwq()
298 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq()
332 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
337 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
433 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local
446 pg_count = tbl->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl()
447 for (k = 0; k < pg_count; k++) { in bnxt_qplib_map_tqm_pgtbl()