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

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.c1997 ahd->send_msg_perror = msg_out;
3595 if (ahd->send_msg_perror
3597 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3885 ahd->send_msg_perror = 0;
3929 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0)
3955 ahd->send_msg_perror = 0;
3964 if (ahd->send_msg_perror) {
3969 printf(" byte 0x%x\n", ahd->send_msg_perror);
3978 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR)
3981 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
[all...]
H A Daic79xx.h1247 uint8_t send_msg_perror; member in struct:ahd_softc
H A Daic7xxx.h1078 uint8_t send_msg_perror; member in struct:ahc_softc
H A Daic7xxx.c1144 ahc->send_msg_perror = TRUE;
2702 ahc->send_msg_perror = FALSE;
2711 if (ahc->send_msg_perror) {
2716 printf(" byte 0x%x\n", ahc->send_msg_perror);
2774 && (ahc->send_msg_perror == TRUE

Completed in 138 milliseconds