Home
last modified time | relevance | path

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

/linux/drivers/scsi/aic7xxx/
A Daic7xxx.h1027 uint8_t send_msg_perror; member
A Daic79xx_core.c2832 ahd->send_msg_perror = msg_out; in ahd_handle_transmission_error()
4379 if (ahd->send_msg_perror in ahd_setup_initiator_msgout()
4381 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
4655 ahd->send_msg_perror = 0; in ahd_clear_msg_state()
4699 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0) in ahd_handle_message_phase()
4725 ahd->send_msg_perror = 0; in ahd_handle_message_phase()
4734 if (ahd->send_msg_perror) { in ahd_handle_message_phase()
4739 printk(" byte 0x%x\n", ahd->send_msg_perror); in ahd_handle_message_phase()
4748 && ahd->send_msg_perror == INITIATOR_ERROR) in ahd_handle_message_phase()
4751 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror); in ahd_handle_message_phase()
[all …]
A Daic79xx.h1186 uint8_t send_msg_perror; member
A Daic7xxx_core.c1698 ahc->send_msg_perror = TRUE; in ahc_handle_scsiint()
3254 ahc->send_msg_perror = FALSE; in ahc_handle_message_phase()
3263 if (ahc->send_msg_perror) { in ahc_handle_message_phase()
3268 printk(" byte 0x%x\n", ahc->send_msg_perror); in ahc_handle_message_phase()
3326 && (ahc->send_msg_perror == TRUE in ahc_handle_message_phase()

Completed in 35 milliseconds