Home
last modified time | relevance | path

Searched refs:ahd_get_transfer_length (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_osm.h509 static inline u_long ahd_get_transfer_length(struct scb *);
584 u_long ahd_get_transfer_length(struct scb *scb) in ahd_get_transfer_length() function
Daic79xx_osm.c1806 ahd_get_transfer_length(scb) - ahd_get_residual(scb); in ahd_done()
1837 ahd_get_transfer_length(scb)); in ahd_done()
Daic79xx_core.c438 if (ahd_get_transfer_length(scb) & 0x01) in ahd_setup_scb_common()
2226 ahd_get_transfer_length(scb), scb->sg_count); in ahd_handle_seqint()
9046 if (ahd_get_residual(scb) == ahd_get_transfer_length(scb)) { in ahd_handle_scsi_status()
9133 resid = ahd_get_transfer_length(scb); in ahd_calc_residual()