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

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c630 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1270 if (ahc->msgout_buf[ahc->msgout_index - 1]
2309 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2313 ahc->msgout_buf[ahc->msgout_index++] =
2315 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2321 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2335 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2337 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2480 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2481 ahc->msgout_buf[ah
[all...]
H A Daic79xx.c1170 ahd->msgout_buf[0] = MSG_ABORT_TASK;
1300 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
2234 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
2549 ahd->msgout_buf[0] = MSG_ABORT_TASK;
3592 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3604 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
3618 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
3622 ahd->msgout_buf[ahd->msgout_index++] =
3624 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
3630 ahd->msgout_buf[ah
[all...]
H A Daic79xx.h1252 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc
H A Daic7xxx.h1082 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc

Completed in 79 milliseconds