Home
last modified time | relevance | path

Searched refs:mesg_out (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx.h760 uint8_t mesg_out; /* Message response to parity errors */ member
H A Daic79xx.h814 uint8_t mesg_out; /* Message response to parity errors */ member
H A Daic7xxx_core.c1612 u_int mesg_out; in ahc_handle_scsiint() local
1646 mesg_out = ahc_phase_table[i].mesg_out; in ahc_handle_scsiint()
1687 mesg_out = MSG_INITIATOR_DET_ERR; in ahc_handle_scsiint()
1695 * mesg_out to something other than MSG_NOP. in ahc_handle_scsiint()
1697 if (mesg_out != MSG_NOOP) { in ahc_handle_scsiint()
1701 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx.h760 uint8_t mesg_out; /* Message response to parity errors */ member
H A Daic79xx.h814 uint8_t mesg_out; /* Message response to parity errors */ member
H A Daic7xxx_core.c1611 u_int mesg_out; in ahc_handle_scsiint() local
1645 mesg_out = ahc_phase_table[i].mesg_out; in ahc_handle_scsiint()
1686 mesg_out = INITIATOR_ERROR; in ahc_handle_scsiint()
1694 * mesg_out to something other than MSG_NOP. in ahc_handle_scsiint()
1696 if (mesg_out != NOP) { in ahc_handle_scsiint()
1700 ahc_outb(ahc, MSG_OUT, mesg_out); in ahc_handle_scsiint()

Completed in 28 milliseconds