Lines Matching refs:u_long
144 u_long ioport;
284 u_long commands_issued;
532 static inline u_long ahc_get_transfer_length(struct scb *);
534 static inline void ahc_set_residual(struct scb *, u_long);
535 static inline void ahc_set_sense_residual(struct scb *scb, u_long resid);
536 static inline u_long ahc_get_residual(struct scb *);
537 static inline u_long ahc_get_sense_residual(struct scb *);
607 u_long ahc_get_transfer_length(struct scb *scb) in ahc_get_transfer_length()
619 void ahc_set_residual(struct scb *scb, u_long resid) in ahc_set_residual()
625 void ahc_set_sense_residual(struct scb *scb, u_long resid) in ahc_set_sense_residual()
631 u_long ahc_get_residual(struct scb *scb) in ahc_get_residual()
637 u_long ahc_get_sense_residual(struct scb *scb) in ahc_get_sense_residual()