Searched refs:ahd_get_transfer_length (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.h686 static __inline u_long ahd_get_transfer_length(struct scb *);
761 u_long ahd_get_transfer_length(struct scb *scb) function
H A Daic79xx_inline.h274 if (ahd_get_transfer_length(scb) & 0x01)
H A Daic79xx_osm.c1684 ahd_get_transfer_length(scb) - ahd_get_residual(scb);
1715 ahd_get_transfer_length(scb));
H A Daic79xx_core.c1468 ahd_get_transfer_length(scb), scb->sg_count);
8257 if (ahd_get_residual(scb) == ahd_get_transfer_length(scb)) {
8344 resid = ahd_get_transfer_length(scb);

Completed in 38 milliseconds