Lines Matching refs:ahd

77 char *ahd_name(struct ahd_softc *ahd);
97 void *ahd_sg_setup(struct ahd_softc *ahd, struct scb *scb,
100 void ahd_setup_scb_common(struct ahd_softc *ahd,
102 void ahd_setup_data_scb(struct ahd_softc *ahd,
104 void ahd_setup_noxfer_scb(struct ahd_softc *ahd,
135 u_int ahd_get_scbptr(struct ahd_softc *ahd);
136 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
137 u_int ahd_get_hnscb_qoff(struct ahd_softc *ahd);
138 void ahd_set_hnscb_qoff(struct ahd_softc *ahd, u_int value);
139 u_int ahd_get_hescb_qoff(struct ahd_softc *ahd);
140 void ahd_set_hescb_qoff(struct ahd_softc *ahd, u_int value);
141 u_int ahd_get_snscb_qoff(struct ahd_softc *ahd);
142 void ahd_set_snscb_qoff(struct ahd_softc *ahd, u_int value);
143 u_int ahd_get_sescb_qoff(struct ahd_softc *ahd);
144 void ahd_set_sescb_qoff(struct ahd_softc *ahd, u_int value);
145 u_int ahd_get_sdscb_qoff(struct ahd_softc *ahd);
146 void ahd_set_sdscb_qoff(struct ahd_softc *ahd, u_int value);
147 u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
148 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
149 uint32_t ahd_inl_scbram(struct ahd_softc *ahd, u_int offset);
150 uint64_t ahd_inq_scbram(struct ahd_softc *ahd, u_int offset);
152 void ahd_swap_with_next_hscb(struct ahd_softc *ahd, struct scb *scb);
153 void ahd_queue_scb(struct ahd_softc *ahd, struct scb *scb);
154 uint8_t *ahd_get_sense_buf(struct ahd_softc *ahd, struct scb *scb);
155 uint32_t ahd_get_sense_bufaddr(struct ahd_softc *ahd, struct scb *scb);
158 void ahd_sync_qoutfifo(struct ahd_softc *ahd, int op);
159 void ahd_sync_tqinfifo(struct ahd_softc *ahd, int op);
160 u_int ahd_check_cmdcmpltqueues(struct ahd_softc *ahd);
161 int ahd_intr(struct ahd_softc *ahd);
163 #define AHD_ASSERT_MODES(ahd, source, dest) \ argument
164 ahd_assert_modes(ahd, source, dest, __FILE__, __LINE__);