Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
DNCR5380.c627 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()
643 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()
2098 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in NCR5380_reselect()
2167 if (NCR5380_to_scmd(ncmd) == needle) in list_find_cmd()
2324 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in bus_reset_cleanup()
2332 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in bus_reset_cleanup()
2375 struct scsi_cmnd *scmd = NCR5380_to_scmd(ncmd); in NCR5380_host_reset()
DNCR5380.h240 static inline struct scsi_cmnd *NCR5380_to_scmd(struct NCR5380_cmd *ncmd_ptr) in NCR5380_to_scmd() function