Searched refs:scsi_ops (Results 1 – 6 of 6) sorted by relevance
179 struct scsi_ops { struct198 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument200 extern struct scsi_ops scsi_ops;
18 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()28 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
88 .ops = &scsi_ops,
147 .ops = &scsi_ops,
1211 struct scsi_ops scsi_ops = { variable1219 .ops = &scsi_ops,
1941 static struct scsi_ops ufs_ops = {