Home
last modified time | relevance | path

Searched refs:NCR5380_to_scmd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A DNCR5380.c643 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()
659 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()
2123 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in NCR5380_reselect()
2192 if (NCR5380_to_scmd(ncmd) == needle) in list_find_cmd()
2348 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in bus_reset_cleanup()
2356 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in bus_reset_cleanup()
2398 struct scsi_cmnd *scmd = NCR5380_to_scmd(ncmd); in NCR5380_host_reset()
H A DNCR5380.h244 static inline struct scsi_cmnd *NCR5380_to_scmd(struct NCR5380_cmd *ncmd_ptr) in NCR5380_to_scmd() function