HomeSort by: relevance | last modified time | path
    Searched refs:send_msg_perror (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 1926 ahd->send_msg_perror = msg_out;
3463 if (ahd->send_msg_perror
3465 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3749 ahd->send_msg_perror = 0;
3793 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0)
3819 ahd->send_msg_perror = 0;
3828 if (ahd->send_msg_perror) {
3833 printf(" byte 0x%x\n", ahd->send_msg_perror);
3842 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR)
3845 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
    [all...]
aic79xxvar.h 1197 uint8_t send_msg_perror; member in struct:ahd_softc
aic7xxxvar.h 1149 uint8_t send_msg_perror; member in struct:ahc_softc
aic7xxx.c 1140 ahc->send_msg_perror = TRUE;
2683 ahc->send_msg_perror = FALSE;
2692 if (ahc->send_msg_perror) {
2697 printf(" byte 0x%x\n", ahc->send_msg_perror);
2755 && (ahc->send_msg_perror == TRUE

Completed in 23 milliseconds