Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Daic7xxx.c2784 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()
2788 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()
2896 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()
3033 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()
3056 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()
3065 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()
3080 period = ahc->msgin_buf[3]; in ahc_parse_msg()
3082 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3095 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3143 if (ahc->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahc_parse_msg()
[all …]
Daic7xxx.h1023 uint8_t msgin_buf[12];/* Message we are receiving */ member
Daic7xxxvar.h1086 uint8_t msgin_buf[12];/* Message we are receiving */ member