Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xx.c1926 ahd->send_msg_perror = msg_out; in ahd_handle_transmission_error()
3463 if (ahd->send_msg_perror in ahd_setup_initiator_msgout()
3465 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
3749 ahd->send_msg_perror = 0; in ahd_clear_msg_state()
3793 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0) in ahd_handle_message_phase()
3819 ahd->send_msg_perror = 0; in ahd_handle_message_phase()
3828 if (ahd->send_msg_perror) { in ahd_handle_message_phase()
3833 printf(" byte 0x%x\n", ahd->send_msg_perror); in ahd_handle_message_phase()
3842 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR) in ahd_handle_message_phase()
3845 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror); in ahd_handle_message_phase()
[all …]
H A Daic7xxxvar.h1149 uint8_t send_msg_perror; member
H A Daic79xxvar.h1197 uint8_t send_msg_perror; member
H A Daic7xxx.c1140 ahc->send_msg_perror = TRUE; in ahc_handle_scsiint()
2683 ahc->send_msg_perror = FALSE; in ahc_handle_message_phase()
2692 if (ahc->send_msg_perror) { in ahc_handle_message_phase()
2697 printf(" byte 0x%x\n", ahc->send_msg_perror); in ahc_handle_message_phase()
2755 && (ahc->send_msg_perror == TRUE in ahc_handle_message_phase()