Searched refs:sg_pp (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/target/iscsi/cxgbit/ |
| D | cxgbit_ddp.c | 11 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbit_set_one_ppod() argument 13 struct scatterlist *sg = sg_pp ? *sg_pp : NULL; in cxgbit_set_one_ppod() 47 if (sg_pp) { in cxgbit_set_one_ppod() 48 *sg_pp = sg; in cxgbit_set_one_ppod() 100 unsigned int npods, struct scatterlist **sg_pp, in cxgbit_ppod_write_idata() argument 119 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata()
|
| /Linux-v5.4/drivers/scsi/cxgbi/ |
| D | libcxgbi.c | 1229 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbi_ddp_set_one_ppod() argument 1231 struct scatterlist *sg = sg_pp ? *sg_pp : NULL; in cxgbi_ddp_set_one_ppod() 1265 if (sg_pp) { in cxgbi_ddp_set_one_ppod() 1266 *sg_pp = sg; in cxgbi_ddp_set_one_ppod()
|
| D | libcxgbi.h | 619 struct scatterlist **sg_pp, unsigned int *sg_off);
|
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ |
| D | cxgb4i.c | 1938 struct scatterlist **sg_pp, in ddp_ppod_write_idata() argument 1957 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
|