Lines Matching refs:pg_count
70 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()
372 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
471 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local
484 pg_count = qtbl_hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl()
485 for (k = 0; k < pg_count; k++) { in bnxt_qplib_map_tqm_pgtbl()