Searched refs:msgin_buf (Results 1 – 3 of 3) sorted by relevance
2784 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 …]
1023 uint8_t msgin_buf[12];/* Message we are receiving */ member
1086 uint8_t msgin_buf[12];/* Message we are receiving */ member