Searched refs:scsi_sglist (Results 1 – 1 of 1) sorted by relevance
183 static inline struct scatterlist *scsi_sglist(struct scsi_cmnd *cmd) in scsi_sglist() function204 for_each_sg(scsi_sglist(cmd), sg, nseg, __i)209 return sg_copy_from_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_from_buffer()216 return sg_copy_to_buffer(scsi_sglist(cmd), scsi_sg_count(cmd), in scsi_sg_copy_to_buffer()