Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
aic7xxx.c | 1053 u_int mesg_out; local in function:ahc_handle_scsiint 1087 mesg_out = ahc_phase_table[i].mesg_out; 1128 mesg_out = MSG_INITIATOR_DET_ERR; 1136 * mesg_out to something other than MSG_NOP. 1138 if (mesg_out != MSG_NOOP) { 1142 ahc_outb(ahc, MSG_OUT, mesg_out); |
aic79xxvar.h | 838 uint8_t mesg_out; /* Message response to parity errors */ member in struct:ahd_phase_table_entry |
aic7xxxvar.h | 889 uint8_t mesg_out; /* Message response to parity errors */ member in struct:ahc_phase_table_entry |