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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx.h814 uint8_t mesg_out; /* Message response to parity errors */ member in struct:ahd_phase_table_entry
H A Daic7xxx.h760 uint8_t mesg_out; /* Message response to parity errors */ member in struct:ahc_phase_table_entry
H A Daic7xxx_core.c1041 u_int mesg_out; local
1075 mesg_out = ahc_phase_table[i].mesg_out;
1116 mesg_out = MSG_INITIATOR_DET_ERR;
1124 * mesg_out to something other than MSG_NOP.
1126 if (mesg_out != MSG_NOOP) {
1130 ahc_outb(ahc, MSG_OUT, mesg_out);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c5910 unsigned char mesg_out = MSG_NOOP; local
5922 mesg_out = MSG_INITIATOR_DET_ERR;
5932 mesg_out = MSG_INITIATOR_DET_ERR;
5936 mesg_out = MSG_PARITY_ERROR;
6020 * have set mesg_out to something other than MSG_NOP.
6022 if (mesg_out != MSG_NOOP)
6024 aic_outb(p, mesg_out, MSG_OUT);

Completed in 206 milliseconds