Lines Matching refs:u_long
139 u_long ioport;
279 u_long commands_issued;
527 static inline u_long ahc_get_transfer_length(struct scb *);
529 static inline void ahc_set_residual(struct scb *, u_long);
530 static inline void ahc_set_sense_residual(struct scb *scb, u_long resid);
531 static inline u_long ahc_get_residual(struct scb *);
532 static inline u_long ahc_get_sense_residual(struct scb *);
602 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length()
614 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
620 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual()
626 u_long ahc_get_residual(struct scb *scb) in ahc_get_residual()
632 u_long ahc_get_sense_residual(struct scb *scb) in ahc_get_sense_residual()