Searched refs:NCR5380_to_scmd (Results 1 – 2 of 2) sorted by relevance
619 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()635 cmd = NCR5380_to_scmd(ncmd); in dequeue_next_cmd()2090 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in NCR5380_reselect()2161 if (NCR5380_to_scmd(ncmd) == needle) in list_find_cmd()2341 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in NCR5380_host_reset()2349 struct scsi_cmnd *cmd = NCR5380_to_scmd(ncmd); in NCR5380_host_reset()
240 static inline struct scsi_cmnd *NCR5380_to_scmd(struct NCR5380_cmd *ncmd_ptr) in NCR5380_to_scmd() function