/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 110 pdata->npods = count; in ppm_mark_entries() 236 if (!pdata->npods) { in cxgbi_ppm_ppod_release() 237 pr_warn("ippm: idx %u, npods 0.\n", idx); in cxgbi_ppm_ppod_release() 241 pr_debug("release idx %u, npods %u.\n", idx, 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 256 npods = (nr_pages + PPOD_PAGES_MAX - 1) >> PPOD_PAGES_SHIFT; in cxgbi_ppm_ppods_reserve() 257 if (!npods) { in cxgbi_ppm_ppods_reserve() 258 pr_warn("%s: pages %u -> npods in cxgbi_ppm_ppods_reserve() [all...] |
H A D | libcxgb_ppm.h | 89 unsigned int npods; member 116 unsigned short npods; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 110 pdata->npods = count; in ppm_mark_entries() 236 if (!pdata->npods) { in cxgbi_ppm_ppod_release() 237 pr_warn("ippm: idx %u, npods 0.\n", idx); in cxgbi_ppm_ppod_release() 241 pr_debug("release idx %u, npods %u.\n", idx, 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 256 npods = (nr_pages + PPOD_PAGES_MAX - 1) >> PPOD_PAGES_SHIFT; in cxgbi_ppm_ppods_reserve() 257 if (!npods) { in cxgbi_ppm_ppods_reserve() 258 pr_warn("%s: pages %u -> npods in cxgbi_ppm_ppods_reserve() [all...] |
H A D | libcxgb_ppm.h | 89 unsigned int npods; member 116 unsigned short npods; member
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_ddp.c | 65 unsigned int idx, unsigned int npods, unsigned int tid) in cxgbit_ppod_init_idata() 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() 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 in cxgbit_ddp_reserve() 64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm, unsigned int idx, unsigned int npods, unsigned int tid) cxgbit_ppod_init_idata() argument 98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_ppod_write_idata() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_ddp.c | 65 unsigned int idx, unsigned int npods, unsigned int tid) in cxgbit_ppod_init_idata() 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() 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 in cxgbit_ddp_reserve() 64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm, unsigned int idx, unsigned int npods, unsigned int tid) cxgbit_ppod_init_idata() argument 98 cxgbit_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbit_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) cxgbit_ppod_write_idata() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
H A D | cxgb3i.c | 1099 unsigned int npods = ttinfo->npods; in ddp_set_map() local 1107 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_set_map() 1130 unsigned int npods = ttinfo->npods; in ddp_clear_map() local 1134 "cdev 0x%p, clear idx %u, npods %u.\n", in ddp_clear_map() 1135 cdev, idx, npods); in ddp_clear_map() 1137 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_clear_map() 1143 cdev, idx, i, npods); in ddp_clear_map()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb3i/ |
H 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 1135 "cdev 0x%p, clear idx %u, npods %u.\n", in ddp_clear_map() 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()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1994 unsigned int idx, unsigned int npods, in ddp_ppod_init_idata() 1998 unsigned int dlen = npods << PPOD_SIZE_SHIFT; in ddp_ppod_init_idata() 2004 pr_err("%s: %s idx %u, npods %u, OOM.\n", in ddp_ppod_init_idata() 2005 __func__, ppm->ndev->name, idx, npods); in ddp_ppod_init_idata() 2017 unsigned int idx, unsigned int npods, in ddp_ppod_write_idata() 2022 struct sk_buff *skb = ddp_ppod_init_idata(cdev, ppm, idx, npods, in ddp_ppod_write_idata() 2036 for (i = 0; i < npods; i++, ppod++) in ddp_ppod_write_idata() 2054 unsigned int npods = ttinfo->npods; in ddp_set_map() local 2062 for (i = 0; i < npods; in ddp_set_map() 1992 ddp_ppod_init_idata(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, unsigned int idx, unsigned int npods, unsigned int tid) ddp_ppod_init_idata() argument 2015 ddp_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) ddp_ppod_write_idata() argument [all...] |
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/cxgb4i/ |
H A D | cxgb4i.c | 1995 unsigned int idx, unsigned int npods, in ddp_ppod_init_idata() 1999 unsigned int dlen = npods << PPOD_SIZE_SHIFT; in ddp_ppod_init_idata() 2005 pr_err("%s: %s idx %u, npods %u, OOM.\n", 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() 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; in ddp_set_map() 1993 ddp_ppod_init_idata(struct cxgbi_device *cdev, struct cxgbi_ppm *ppm, unsigned int idx, unsigned int npods, unsigned int tid) ddp_ppod_init_idata() argument 2016 ddp_ppod_write_idata(struct cxgbi_ppm *ppm, struct cxgbi_sock *csk, struct cxgbi_task_tag_info *ttinfo, unsigned int idx, unsigned int npods, struct scatterlist **sg_pp, unsigned int *sg_off) ddp_ppod_write_idata() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 1306 ttinfo->npods = err; in cxgbi_ddp_reserve()
|
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/ |
H A D | libcxgbi.c | 1306 ttinfo->npods = err; in cxgbi_ddp_reserve()
|