Home
last modified time | relevance | path

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

/drivers/infiniband/hw/bnxt_re/
A Dqplib_res.c70 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()
260 for (i = 0; i < hwq->pbl[PBL_LVL_1].pg_count; i++) in bnxt_qplib_alloc_init_hwq()
281 i = hwq->pbl[PBL_LVL_2].pg_count; in bnxt_qplib_alloc_init_hwq()
320 i = hwq->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_alloc_init_hwq()
416 int pg_count; in bnxt_qplib_map_tqm_pgtbl() local
429 pg_count = tbl->pbl[PBL_LVL_1].pg_count; in bnxt_qplib_map_tqm_pgtbl()
[all …]
A Dqplib_res.h157 u32 pg_count; member
A Dmain.c1776 rattr.pages = nq->hwq.pbl[rdev->nqr->nq[i].hwq.level].pg_count; in bnxt_re_alloc_res()
2144 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
/drivers/char/agp/
A Dintel-gtt.c241 static struct agp_memory *alloc_agpphysmem_i8xx(size_t pg_count, int type) in alloc_agpphysmem_i8xx() argument
246 switch (pg_count) { in alloc_agpphysmem_i8xx()
260 new = agp_create_memory(pg_count); in alloc_agpphysmem_i8xx()
265 if (pg_count == 4) { in alloc_agpphysmem_i8xx()
271 new->page_count = pg_count; in alloc_agpphysmem_i8xx()
272 new->num_scratch_pages = pg_count; in alloc_agpphysmem_i8xx()
1013 static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, in intel_fake_agp_alloc_by_type() argument
1019 if (pg_count != intel_private.num_dcache_entries) in intel_fake_agp_alloc_by_type()
1027 new->page_count = pg_count; in intel_fake_agp_alloc_by_type()
1033 return alloc_agpphysmem_i8xx(pg_count, type); in intel_fake_agp_alloc_by_type()
/drivers/hv/
A Dhv_balloon.c836 unsigned long pg_count) in handle_pg_range() argument
839 unsigned long pfn_cnt = pg_count; in handle_pg_range()
846 pr_debug("Hot adding %lu pages starting at pfn 0x%lx.\n", pg_count, in handle_pg_range()
A Dmshv_root_hv_call.c22 #define HV_PAGE_COUNT_2M_ALIGNED(pg_count) (!((pg_count) & (0x200 - 1))) argument
/drivers/md/
A Ddm-mpath.c1194 unsigned int pg_count = 0; in multipath_ctr() local
1248 pg_count++; in multipath_ctr()
1249 pg->pg_num = pg_count; in multipath_ctr()
1254 if (pg_count != m->nr_priority_groups) { in multipath_ctr()

Completed in 28 milliseconds