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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2090 ahd->send_msg_perror = msg_out;
3619 if (ahd->send_msg_perror
3621 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3895 ahd->send_msg_perror = 0;
3939 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0)
3965 ahd->send_msg_perror = 0;
3974 if (ahd->send_msg_perror) {
3979 printf(" byte 0x%x\n", ahd->send_msg_perror);
3988 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR)
3991 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
[all...]
H A Daic79xx.h1185 uint8_t send_msg_perror; member in struct:ahd_softc
H A Daic7xxx.h1041 uint8_t send_msg_perror; member in struct:ahc_softc
H A Daic7xxx_core.c1128 ahc->send_msg_perror = TRUE;
2680 ahc->send_msg_perror = FALSE;
2689 if (ahc->send_msg_perror) {
2694 printf(" byte 0x%x\n", ahc->send_msg_perror);
2752 && (ahc->send_msg_perror == TRUE

Completed in 189 milliseconds