Searched refs:sg_pp (Results 1 – 4 of 4) sorted by relevance
/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()
|
/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 641 struct scatterlist **sg_pp, unsigned int *sg_off);
|
D | libcxgbi.c | 1156 struct scatterlist **sg_pp, unsigned int *sg_off) in cxgbi_ddp_set_one_ppod() argument 1158 struct scatterlist *sg = sg_pp ? *sg_pp : NULL; in cxgbi_ddp_set_one_ppod() 1192 if (sg_pp) { in cxgbi_ddp_set_one_ppod() 1193 *sg_pp = sg; in cxgbi_ddp_set_one_ppod()
|
/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 2018 struct scatterlist **sg_pp, in ddp_ppod_write_idata() argument 2037 cxgbi_ddp_set_one_ppod(ppod, ttinfo, sg_pp, sg_off); in ddp_ppod_write_idata()
|