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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx.h1031 uint8_t send_msg_perror; member in struct:ahc_softc
H A Daic79xx_core.c2805 ahd->send_msg_perror = msg_out;
4343 if (ahd->send_msg_perror
4345 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
4619 ahd->send_msg_perror = 0;
4663 if (ahd->msgout_len == 0 && ahd->send_msg_perror == 0)
4689 ahd->send_msg_perror = 0;
4698 if (ahd->send_msg_perror) {
4703 printk(" byte 0x%x\n", ahd->send_msg_perror);
4712 && ahd->send_msg_perror == MSG_INITIATOR_DET_ERR)
4715 ahd_outb(ahd, RETURN_2, ahd->send_msg_perror);
[all...]
H A Daic79xx.h1192 uint8_t send_msg_perror; member in struct:ahd_softc
H A Daic7xxx_core.c1698 ahc->send_msg_perror = TRUE;
3237 ahc->send_msg_perror = FALSE;
3246 if (ahc->send_msg_perror) {
3251 printk(" byte 0x%x\n", ahc->send_msg_perror);
3309 && (ahc->send_msg_perror == TRUE

Completed in 110 milliseconds