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

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c2776 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL);
2780 ahc->msgin_buf[ahc->msgin_index]);
2927 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL);
2932 ahc->msgin_buf[ahc->msgin_index]);
3095 switch (ahc->msgin_buf[0]) {
3118 switch (ahc->msgin_buf[2]) {
3127 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
3142 period = ahc->msgin_buf[3];
3144 saved_offset = offset = ahc->msgin_buf[4];
3157 ahc->msgin_buf[
[all...]
H A Daic79xx.c4022 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS);
4026 ahd->msgin_buf[ahd->msgin_index]);
4143 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT);
4290 switch (ahd->msgin_buf[0]) {
4313 switch (ahd->msgin_buf[2]) {
4321 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) {
4336 period = ahd->msgin_buf[3];
4338 saved_offset = offset = ahd->msgin_buf[4];
4349 ahd->msgin_buf[3], saved_offset,
4396 if (ahd->msgin_buf[
[all...]
H A Daic79xx.h1253 uint8_t msgin_buf[12];/* Message we are receiving */ member in struct:ahd_softc
H A Daic7xxx.h1083 uint8_t msgin_buf[12];/* Message we are receiving */ member in struct:ahc_softc

Completed in 177 milliseconds