HomeSort by: relevance | last modified time | path
    Searched refs:ahd_get_transfer_length (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic79xx_osm.h 319 static __inline u_long ahd_get_transfer_length(struct scb *);
370 u_long ahd_get_transfer_length(struct scb *scb) function
aic79xx_inline.h 271 if (ahd_get_transfer_length(scb) & 0x01)
aic79xx.c 1342 ahd_get_transfer_length(scb), scb->sg_count);
8006 if (ahd_get_residual(scb) == ahd_get_transfer_length(scb)) {
8087 resid = ahd_get_transfer_length(scb);

Completed in 26 milliseconds