Home
last modified time | relevance | path

Searched refs:pg_count (Results 1 – 7 of 7) 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.c3170 rattr.pages = nq->hwq.pbl[rdev->nqr.nq[i].hwq.level].pg_count; in bnxt_re_setup_nqs()
3602 rattr.pages = creq->hwq.pbl[creq->hwq.level].pg_count; in bnxt_re_dev_init()
/freebsd/contrib/smart/
H A Dlibsmart.c36 .pg_count = 2,
46 .pg_count = 1,
53 .pg_count = 8,
573 for (p = 0; p < plist->pg_count; p++) { in __smart_buffer_size()
721 for (p = 0; p < pg_list->pg_count; p++) { in __smart_map_ata()
1164 for (p = 0; p < pg_list->pg_count; p++) { in __smart_map_scsi()
1270 uint32_t pg, p, pmax = pg_list_scsi.pg_count; in __smart_page_list_scsi()
1277 pg_list->pg_count = 0; in __smart_page_list_scsi()
1294 pg_list->pages[pg_list->pg_count] = pg_list_scsi.pages[p]; in __smart_page_list_scsi()
1295 pg_list->pg_count++; in __smart_page_list_scsi()
[all …]
H A Dlibsmart_priv.h58 uint32_t pg_count; member
/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.c766 alloc->pg_count << AGP_PAGE_SHIFT); in agp_allocate_user()