Searched refs:sg_pp (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/target/iscsi/cxgbit/ |
D | cxgbit_ddp.c | 14 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbit_set_one_ppod() argument 16 struct scatterlist *sg = sg_pp ? *sg_pp : NULL; in cxgbit_set_one_ppod() 50 if (sg_pp) { in cxgbit_set_one_ppod() 51 *sg_pp = sg; in cxgbit_set_one_ppod() 103 unsigned int npods, struct scatterlist **sg_pp, in cxgbit_ppod_write_idata() argument 122 cxgbit_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in cxgbit_ppod_write_idata()
|
/Linux-v4.19/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1225 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbi_ddp_set_one_ppod() argument 1227 struct scatterlist *sg = sg_pp ? *sg_pp : NULL; in cxgbi_ddp_set_one_ppod() 1261 if (sg_pp) { in cxgbi_ddp_set_one_ppod() 1262 *sg_pp = sg; in cxgbi_ddp_set_one_ppod()
|
D | libcxgbi.h | 615 struct scatterlist **sg_pp, unsigned int *sg_off);
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1847 struct scatterlist **sg_pp, in ddp_ppod_write_idata() argument 1866 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
|