Lines Matching refs:sg_scmd
1050 struct scatterlist *sg_scmd; in _scsih_build_scatter_gather() local
1075 sg_scmd = scsi_sglist(scmd); in _scsih_build_scatter_gather()
1095 sgl_flags_last_element | sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1096 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1099 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1100 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()
1136 sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1137 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1140 sg_dma_len(sg_scmd), in _scsih_build_scatter_gather()
1141 sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1142 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()
1162 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1165 sg_dma_len(sg_scmd), sg_dma_address(sg_scmd)); in _scsih_build_scatter_gather()
1166 sg_scmd = sg_next(sg_scmd); in _scsih_build_scatter_gather()