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

/freebsd-9.3-release/sys/dev/amd/
H A Damd.c1221 amd->msgout_buf[0] = MSG_ABORT;
1325 amd->msgout_buf[0] = MSG_MESSAGE_REJECT;
1398 if ((amd->msgout_buf[index] & MSG_IDENTIFYFLAG) != 0
1399 || amd->msgout_buf[index] == MSG_MESSAGE_REJECT)
1401 else if (amd->msgout_buf[index] >= MSG_SIMPLE_Q_TAG
1402 && amd->msgout_buf[index] < MSG_IGN_WIDE_RESIDUE) {
1405 } else if (amd->msgout_buf[index] == MSG_EXTENDED) {
1407 if (amd->msgout_buf[index+2] == msgtype) {
1411 + amd->msgout_buf[index + 1];
1429 amd->msgout_buf[am
[all...]
H A Damd.h231 u_int8_t msgout_buf[6]; member in struct:amd_softc
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.c628 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET;
1268 if (ahc->msgout_buf[ahc->msgout_index - 1]
2307 ahc->msgout_buf[ahc->msgout_index++] = identify_msg;
2311 ahc->msgout_buf[ahc->msgout_index++] =
2313 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
2319 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET;
2333 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG;
2335 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT;
2478 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED;
2479 ahc->msgout_buf[ah
[all...]
H A Daic79xx.c1171 ahd->msgout_buf[0] = MSG_ABORT_TASK;
1301 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET;
2236 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1];
2551 ahd->msgout_buf[0] = MSG_ABORT_TASK;
3597 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror;
3609 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP;
3623 ahd->msgout_buf[ahd->msgout_index++] = identify_msg;
3627 ahd->msgout_buf[ahd->msgout_index++] =
3629 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb);
3635 ahd->msgout_buf[ah
[all...]
H A Daic79xx.h1250 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahd_softc
H A Daic7xxx.h1080 uint8_t msgout_buf[12];/* Message we are sending */ member in struct:ahc_softc

Completed in 202 milliseconds