Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic7xxx.c2766 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()
2770 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()
2878 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
3015 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()
3038 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()
3047 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3062 period = ahc->msgin_buf[3]; in ahc_parse_msg()
3064 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3077 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3125 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg()
[all …]
H A Daic79xx.c3914 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()
3918 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()
4036 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()
4185 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()
4208 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()
4216 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()
4231 period = ahd->msgin_buf[3]; in ahd_parse_msg()
4233 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
4244 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
4291 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg()
[all …]
H A Daic7xxxvar.h1152 uint8_t msgin_buf[12];/* Message we are receiving */ member
H A Daic79xxvar.h1201 uint8_t msgin_buf[12];/* Message we are receiving */ member