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

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1184 ahc->msgout_index = 0;
1822 if (ahc->msgout_buf[ahc->msgout_index - 1]
2859 ahc->msgout_index = 0;
2869 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2873 ahc->msgout_buf[ahc->msgout_index++] =
2875 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2881 ahc->msgout_buf[ahc->msgout_index++] = TARGET_RESET;
2895 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK;
2897 ahc->msgout_buf[ahc->msgout_index++] = ABORT_TASK_SET;
2928 ahc->msgout_index
[all...]
H A Daic79xx_core.c2012 ahd->msgout_index = 0;
2140 ahd->msgout_index = 0;
3065 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
3372 ahd->msgout_index = 0;
4373 ahd->msgout_index = 0;
4381 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
4392 ahd->msgout_buf[ahd->msgout_index++] = NOP;
4406 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
4410 ahd->msgout_buf[ahd->msgout_index++] =
4412 ahd->msgout_buf[ahd->msgout_index
[all...]
H A Daic7xxx.h1032 u_int msgout_index; /* Current index in msgout */ member in struct:ahc_softc
H A Daic79xx.h1192 u_int msgout_index; /* Current index in msgout */ member in struct:ahd_softc

Completed in 183 milliseconds