Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h170 blk_status_t scsi_alloc_sgtables(struct scsi_cmnd *cmd);
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c1023 blk_status_t scsi_alloc_sgtables(struct scsi_cmnd *cmd) in scsi_alloc_sgtables() function
1115 EXPORT_SYMBOL(scsi_alloc_sgtables);
1188 blk_status_t ret = scsi_alloc_sgtables(cmd); in scsi_setup_scsi_cmnd()
H A Dsd.c915 return scsi_alloc_sgtables(cmd); in sd_setup_unmap_cmnd()
942 return scsi_alloc_sgtables(cmd); in sd_setup_write_same16_cmnd()
969 return scsi_alloc_sgtables(cmd); in sd_setup_write_same10_cmnd()
1199 ret = scsi_alloc_sgtables(cmd); in sd_setup_read_write_cmnd()
H A Dsr.c366 ret = scsi_alloc_sgtables(SCpnt); in sr_init_command()