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

/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c621 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1259 if (ahc->msgout_buf[ahc->msgout_index - 1]
2290 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2294 ahc->msgout_buf[ahc->msgout_index++] =
2296 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2302 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2316 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2318 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2460 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2461 ahc->msgout_buf[ah
[all...]
H A Daic79xx.c1157 ahd->msgout_buf[0] = MSG_ABORT_TASK;
1287 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
2214 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
2523 ahd->msgout_buf[0] = MSG_ABORT_TASK;
3561 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3573 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
3587 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
3591 ahd->msgout_buf[ahd->msgout_index++] =
3593 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
3599 ahd->msgout_buf[ah
[all...]
H A Daic7xxx.h1076 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc
H A Daic79xx.h1246 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc

Completed in 148 milliseconds