Searched refs:scsi_ops (Results 1 – 6 of 6) sorted by relevance
193 struct scsi_ops { struct212 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument214 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,
1227 struct scsi_ops scsi_ops = { variable1235 .ops = &scsi_ops,
2070 static struct scsi_ops ufs_ops = {