Lines Matching refs:pg_count
70 for (i = 0; i < pbl->pg_count; i++) { in __free_pbl()
87 pbl->pg_count = 0; in __free_pbl()
100 pbl->pg_count++; in bnxt_qplib_fill_user_dma_pages()
131 pbl->pg_count = 0; in __alloc_pbl()
142 pbl->pg_count++; in __alloc_pbl()
271 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
276 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
294 for (i = 0; i < hwq->pbl[PBL_LVL_2].pg_count; i++) { in bnxt_qplib_alloc_init_hwq()
300 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq()
334 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
339 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
435 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local
448 pg_count = tbl->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl()
449 for (k = 0; k < pg_count; k++) { in bnxt_qplib_map_tqm_pgtbl()