Searched refs:npods (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/chelsio/libcxgb/ |
A D | libcxgb_ppm.c | 110 pdata->npods = count; in ppm_mark_entries() 236 if (!pdata->npods) { in cxgbi_ppm_ppod_release() 242 ppm_unmark_entries(ppm, idx, pdata->npods); in cxgbi_ppm_ppod_release() 251 unsigned int npods; in cxgbi_ppm_ppods_reserve() local 257 if (!npods) { in cxgbi_ppm_ppods_reserve() 259 __func__, nr_pages, npods); in cxgbi_ppm_ppods_reserve() 264 idx = ppm_get_cpu_entries(ppm, npods, caller_data); in cxgbi_ppm_ppods_reserve() 267 idx = ppm_get_entries(ppm, npods, caller_data); in cxgbi_ppm_ppods_reserve() 270 nr_pages, npods, ppm->next, caller_data); in cxgbi_ppm_ppods_reserve() 286 nr_pages, tag, idx, npods, caller_data); in cxgbi_ppm_ppods_reserve() [all …]
|
A D | libcxgb_ppm.h | 89 unsigned int npods; member 116 unsigned short npods; member
|
/linux-6.3-rc2/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_ddp.c | 65 unsigned int idx, unsigned int npods, unsigned int tid) in cxgbit_ppod_init_idata() argument 70 unsigned int dlen = npods << PPOD_SIZE_SHIFT; in cxgbit_ppod_init_idata() 100 unsigned int npods, struct scatterlist **sg_pp, in cxgbit_ppod_write_idata() argument 110 skb = cxgbit_ppod_init_idata(cdev, ppm, idx, npods, csk->tid); in cxgbit_ppod_write_idata() 118 for (i = 0; i < npods; i++, ppod++) in cxgbit_ppod_write_idata() 131 unsigned int npods = ttinfo->npods; in cxgbit_ddp_set_map() local 137 for (i = 0; i < npods; i += cnt, pidx += cnt) { in cxgbit_ddp_set_map() 138 cnt = npods - i; in cxgbit_ddp_set_map() 201 ttinfo->npods = ret; in cxgbit_ddp_reserve()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb3i/ |
A D | cxgb3i.c | 1100 unsigned int npods = ttinfo->npods; in ddp_set_map() local 1108 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_set_map() 1131 unsigned int npods = ttinfo->npods; in ddp_clear_map() local 1136 cdev, idx, npods); in ddp_clear_map() 1138 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_clear_map() 1144 cdev, idx, i, npods); in ddp_clear_map()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 1995 unsigned int idx, unsigned int npods, in ddp_ppod_init_idata() argument 1999 unsigned int dlen = npods << PPOD_SIZE_SHIFT; in ddp_ppod_init_idata() 2006 __func__, ppm->ndev->name, idx, npods); in ddp_ppod_init_idata() 2018 unsigned int idx, unsigned int npods, in ddp_ppod_write_idata() argument 2023 struct sk_buff *skb = ddp_ppod_init_idata(cdev, ppm, idx, npods, in ddp_ppod_write_idata() 2037 for (i = 0; i < npods; i++, ppod++) in ddp_ppod_write_idata() 2055 unsigned int npods = ttinfo->npods; in ddp_set_map() local 2063 for (i = 0; i < npods; i += cnt, pidx += cnt) { in ddp_set_map() 2064 cnt = npods - i; in ddp_set_map()
|
/linux-6.3-rc2/drivers/scsi/cxgbi/ |
A D | libcxgbi.c | 1306 ttinfo->npods = err; in cxgbi_ddp_reserve()
|
Completed in 25 milliseconds