Searched refs:scsi_ops (Results 1 – 7 of 7) sorted by relevance
182 struct scsi_ops { struct201 #define scsi_get_ops(dev) ((struct scsi_ops *)(dev)->driver->ops) argument203 extern struct scsi_ops scsi_ops;
17 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_exec()27 struct scsi_ops *ops = scsi_get_ops(dev); in scsi_bus_reset()
96 .ops = &scsi_ops,
128 .ops = &scsi_ops,
235 .ops = &scsi_ops,
1224 struct scsi_ops scsi_ops = { variable1232 .ops = &scsi_ops,
1945 static struct scsi_ops ufs_ops = {
Completed in 14 milliseconds