Searched refs:scsi_driver (Results 1 – 12 of 12) sorted by relevance
12 struct scsi_driver { struct23 container_of((drv), struct scsi_driver, gendrv) argument34 static inline struct scsi_driver *scsi_cmd_to_driver(struct scsi_cmnd *cmd) in scsi_cmd_to_driver()
358 static struct scsi_host_template scsi_driver; variable1860 static struct scsi_host_template scsi_driver = { variable1936 scsi_driver.can_queue = max_outstanding_req_per_channel * in storvsc_probe()1940 host = scsi_host_alloc(&scsi_driver, in storvsc_probe()2108 if (queue_depth > scsi_driver.can_queue) in storvsc_change_queue_depth()2109 queue_depth = scsi_driver.can_queue; in storvsc_change_queue_depth()
163 struct scsi_driver *drv; in scsi_finish_command()
888 static struct scsi_driver ses_template = {
275 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_reset()1223 struct scsi_driver *sdrv = scsi_cmd_to_driver(scmd); in scsi_eh_action()
95 static struct scsi_driver sr_template = {
975 static struct scsi_driver ch_template = {
1629 struct scsi_driver *drv = to_scsi_driver(dev->driver); in scsi_rescan_device()
480 struct scsi_driver *drv = scsi_cmd_to_driver(cmd); in scsi_uninit_cmd()
604 static struct scsi_driver sd_template = {
206 static struct scsi_driver st_template = {
10480 static struct scsi_driver ufs_dev_wlun_template = {
Completed in 58 milliseconds