Lines Matching refs:sg_scmd
1058 struct scatterlist *sg_scmd; in _scsih_build_scatter_gather() local
1083 sg_scmd = scsi_sglist(scmd); in _scsih_build_scatter_gather()
1103 sgl_flags_last_element | sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1104 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1107 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1108 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()
1144 sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1145 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1148 sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1149 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1150 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()
1170 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1173 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1174 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()