Home
last modified time | relevance | path

Searched refs:sg_pp (Results 1 – 4 of 4) sorted by relevance

/drivers/target/iscsi/cxgbit/
Dcxgbit_ddp.c11 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/
Dlibcxgbi.h641 struct scatterlist **sg_pp, unsigned int *sg_off);
Dlibcxgbi.c1156 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/
Dcxgb4i.c2018 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()