Home
last modified time | relevance | path

Searched refs:NCR5380_to_ncmd (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/scsi/
DNCR5380.c147 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); in initialize_SCp()
176 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); in set_resid_from_SCp()
564 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); in NCR5380_queue_command()
672 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); in requeue_cmd()
757 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(hostdata->connected); in NCR5380_dma_complete()
1499 NCR5380_to_ncmd(hostdata->connected)->phase = p; in NCR5380_transfer_dma()
1691 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(cmd); in NCR5380_information_transfer()
2207 struct NCR5380_cmd *ncmd = NCR5380_to_ncmd(needle); in list_del_cmd()
Datari_scsi.c541 int wanted_len = NCR5380_to_ncmd(cmd)->this_residual; in atari_scsi_dma_xfer_len()
613 limit = (atari_dma_buffer && !STRAM_ADDR(virt_to_phys(NCR5380_to_ncmd(cmd)->ptr))) ? in atari_scsi_dma_xfer_len()
DNCR5380.h249 static inline struct NCR5380_cmd *NCR5380_to_ncmd(struct scsi_cmnd *cmd) in NCR5380_to_ncmd() function
Dmac_scsi.c407 int resid = NCR5380_to_ncmd(cmd)->this_residual; in macscsi_dma_xfer_len()
Dsun3_scsi.c337 int wanted_len = NCR5380_to_ncmd(cmd)->this_residual; in sun3scsi_dma_xfer_len()
Dg_NCR5380.c666 int transfersize = NCR5380_to_ncmd(cmd)->this_residual; in generic_NCR5380_dma_xfer_len()