Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Daic79xx_osm.h319 static __inline u_long ahd_get_transfer_length(struct scb *);
370 u_long ahd_get_transfer_length(struct scb *scb) in ahd_get_transfer_length() function
Daic79xx_inline.h271 if (ahd_get_transfer_length(scb) & 0x01) in ahd_setup_scb_common()
Daic79xx.c1342 ahd_get_transfer_length(scb), scb->sg_count); in ahd_handle_seqint()
8006 if (ahd_get_residual(scb) == ahd_get_transfer_length(scb)) { in ahd_handle_scsi_status()
8087 resid = ahd_get_transfer_length(scb); in ahd_calc_residual()