Home
last modified time | relevance | path

Searched refs:scsi_driver (Results 1 – 25 of 25) sorted by relevance

/linux/include/scsi/
A Dscsi_driver.h13 struct scsi_driver { struct
24 container_of((drv), struct scsi_driver, gendrv) argument
A Dscsi_cmnd.h16 struct scsi_driver;
163 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver()
167 return *(struct scsi_driver **)rq->rq_disk->private_data; in scsi_cmd_to_driver()
/linux/drivers/scsi/
A Dsr.h36 struct scsi_driver *driver;
A Dstorvsc_drv.c394 static struct scsi_host_template scsi_driver; variable
1896 static struct scsi_host_template scsi_driver = { variable
1989 scsi_driver.can_queue = max_outstanding_req_per_channel * in storvsc_probe()
1993 host = scsi_host_alloc(&scsi_driver, in storvsc_probe()
2145 if (queue_depth > scsi_driver.can_queue) in storvsc_change_queue_depth()
2146 queue_depth = scsi_driver.can_queue; in storvsc_change_queue_depth()
A Dst.h120 struct scsi_driver *driver;
A Dsd.h71 struct scsi_driver *driver; /* always &sd_template */
A Dscsi.c164 struct scsi_driver *drv; in scsi_finish_command()
A Dscsi_error.c269 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_reset()
1211 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_action()
A Dses.c852 static struct scsi_driver ses_template = {
A Dsr.c95 static struct scsi_driver sr_template = {
A Dch.c975 static struct scsi_driver ch_template = {
A Dscsi_scan.c1563 struct scsi_driver *drv = to_scsi_driver(dev->driver); in scsi_rescan_device()
A Dscsi_lib.c485 struct scsi_driver *drv = scsi_cmd_to_driver(cmd); in scsi_uninit_cmd()
A Dsd.c613 static struct scsi_driver sd_template = {
A D.sd_dif.o.cmd1169 include/scsi/scsi_driver.h \
A D.scsi_sysfs.o.cmd1180 include/scsi/scsi_driver.h \
A D.scsi_pm.o.cmd1158 include/scsi/scsi_driver.h \
A D.scsi_scan.o.cmd1176 include/scsi/scsi_driver.h \
A D.scsi_error.o.cmd1175 include/scsi/scsi_driver.h \
A D.scsi.o.cmd1183 include/scsi/scsi_driver.h \
A D.scsi_lib.o.cmd1203 include/scsi/scsi_driver.h \
A D.sd.o.cmd1189 include/scsi/scsi_driver.h \
A Dst.c206 static struct scsi_driver st_template = {
/linux/drivers/scsi/ufs/
A D.ufshcd.o.cmd1161 include/scsi/scsi_driver.h \
A Dufshcd.c9782 static struct scsi_driver ufs_dev_wlun_template = {

Completed in 75 milliseconds