npods             111 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	pdata->npods = count;
npods             237 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	if (!pdata->npods) {
npods             242 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	pr_debug("release idx %u, npods %u.\n", idx, pdata->npods);
npods             243 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	ppm_unmark_entries(ppm, idx, pdata->npods);
npods             252 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	unsigned int npods;
npods             257 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	npods = (nr_pages + PPOD_PAGES_MAX - 1) >> PPOD_PAGES_SHIFT;
npods             258 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	if (!npods) {
npods             260 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 			__func__, nr_pages, npods);
npods             265 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	idx = ppm_get_cpu_entries(ppm, npods, caller_data);
npods             268 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 		idx = ppm_get_entries(ppm, npods, caller_data);
npods             271 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 			 nr_pages, npods, ppm->next, caller_data);
npods             287 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 		 nr_pages, tag, idx, npods, caller_data);
npods             289 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.c 	return npods;
npods              89 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 	unsigned int npods;
npods             116 drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm.h 	unsigned short npods;
npods            1091 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	unsigned int npods = ttinfo->npods;
npods            1099 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) {
npods            1122 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	unsigned int npods = ttinfo->npods;
npods            1127 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 		  cdev, idx, npods);
npods            1129 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 	for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) {
npods            1135 drivers/scsi/cxgbi/cxgb3i/cxgb3i.c 			       cdev, idx, i, npods);
npods            1914 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		    unsigned int idx, unsigned int npods,
npods            1918 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int dlen = npods << PPOD_SIZE_SHIFT;
npods            1925 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		       __func__, ppm->ndev->name, idx, npods);
npods            1937 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 				unsigned int idx, unsigned int npods,
npods            1942 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	struct sk_buff *skb = ddp_ppod_init_idata(cdev, ppm, idx, npods,
npods            1956 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	for (i = 0; i < npods; i++, ppod++)
npods            1974 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	unsigned int npods = ttinfo->npods;
npods            1982 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 	for (i = 0; i < npods; i += cnt, pidx += cnt) {
npods            1983 drivers/scsi/cxgbi/cxgb4i/cxgb4i.c 		cnt = npods - i;
npods            1382 drivers/scsi/cxgbi/libcxgbi.c 	ttinfo->npods = err;
npods              65 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 		       unsigned int idx, unsigned int npods, unsigned int tid)
npods              70 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	unsigned int dlen = npods << PPOD_SIZE_SHIFT;
npods             100 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 			unsigned int npods, struct scatterlist **sg_pp,
npods             110 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	skb = cxgbit_ppod_init_idata(cdev, ppm, idx, npods, csk->tid);
npods             118 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	for (i = 0; i < npods; i++, ppod++)
npods             131 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	unsigned int npods = ttinfo->npods;
npods             137 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	for (i = 0; i < npods; i += cnt, pidx += cnt) {
npods             138 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 		cnt = npods - i;
npods             201 drivers/target/iscsi/cxgbit/cxgbit_ddp.c 	ttinfo->npods = ret;