Searched refs:msgin_buf (Results 1 – 4 of 4) sorted by relevance
2775 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIBUSL); in ahc_handle_message_phase()2779 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()2926 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()2931 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()3094 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()3117 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()3126 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()3141 period = ahc->msgin_buf[3]; in ahc_parse_msg()3143 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()3156 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()[all …]
4021 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()4025 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()4142 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()4289 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()4312 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()4320 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()4335 period = ahd->msgin_buf[3]; in ahd_parse_msg()4337 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()4348 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()4395 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg()[all …]
1081 uint8_t msgin_buf[12];/* Message we are receiving */ member
1251 uint8_t msgin_buf[12];/* Message we are receiving */ member