HomeSort by: relevance | last modified time | path
    Searched defs:mesg_out (Results 1 - 3 of 3) sorted by relevancy

  /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

Completed in 18 milliseconds