Searched refs:msgin_buf (Results 1 – 4 of 4) sorted by relevance
2766 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()2917 ahc->msgin_buf[ahc->msgin_index] = ahc_inb(ahc, SCSIDATL); in ahc_handle_message_phase()2922 ahc->msgin_buf[ahc->msgin_index]); in ahc_handle_message_phase()3085 switch (ahc->msgin_buf[0]) { in ahc_parse_msg()3108 switch (ahc->msgin_buf[2]) { in ahc_parse_msg()3117 if (ahc->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahc_parse_msg()3132 period = ahc->msgin_buf[3]; in ahc_parse_msg()3134 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()3147 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()[all …]
4012 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIBUS); in ahd_handle_message_phase()4016 ahd->msgin_buf[ahd->msgin_index]); in ahd_handle_message_phase()4133 ahd->msgin_buf[ahd->msgin_index] = ahd_inb(ahd, SCSIDAT); in ahd_handle_message_phase()4280 switch (ahd->msgin_buf[0]) { in ahd_parse_msg()4303 switch (ahd->msgin_buf[2]) { in ahd_parse_msg()4311 if (ahd->msgin_buf[1] != MSG_EXT_SDTR_LEN) { in ahd_parse_msg()4326 period = ahd->msgin_buf[3]; in ahd_parse_msg()4328 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()4339 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()4386 if (ahd->msgin_buf[1] != MSG_EXT_WDTR_LEN) { in ahd_parse_msg()[all …]
1077 uint8_t msgin_buf[12];/* Message we are receiving */ member
1247 uint8_t msgin_buf[12];/* Message we are receiving */ member