Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_cmnd.h170 blk_status_t scsi_alloc_sgtables(struct scsi_cmnd *cmd);
/linux/drivers/scsi/
H A Dscsi_lib.c1154 blk_status_t scsi_alloc_sgtables(struct scsi_cmnd *cmd) in scsi_alloc_sgtables() function
1242 EXPORT_SYMBOL(scsi_alloc_sgtables);
1328 blk_status_t ret = scsi_alloc_sgtables(cmd); in scsi_setup_scsi_cmnd()
H A Dsr.c366 ret = scsi_alloc_sgtables(SCpnt); in sr_init_command()