Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic7xxx.c625 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1258 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2289 ahc->msgout_buf[ahc->msgout_index++] = identify_msg; in ahc_setup_initiator_msgout()
2293 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2295 ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag; in ahc_setup_initiator_msgout()
2301 ahc->msgout_buf[ahc->msgout_index++] = MSG_BUS_DEV_RESET; in ahc_setup_initiator_msgout()
2315 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT_TAG; in ahc_setup_initiator_msgout()
2317 ahc->msgout_buf[ahc->msgout_index++] = MSG_ABORT; in ahc_setup_initiator_msgout()
2459 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXTENDED; in ahc_construct_sdtr()
2460 ahc->msgout_buf[ahc->msgout_index++] = MSG_EXT_SDTR_LEN; in ahc_construct_sdtr()
[all …]
H A Daic79xx.c1137 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
1266 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
2163 sent_msg = ahd->msgout_buf[ahd->msgout_index - 1]; in ahd_handle_nonpkt_busfree()
2432 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3465 ahd->msgout_buf[ahd->msgout_index++] = ahd->send_msg_perror; in ahd_setup_initiator_msgout()
3476 ahd->msgout_buf[ahd->msgout_index++] = MSG_NOOP; in ahd_setup_initiator_msgout()
3490 ahd->msgout_buf[ahd->msgout_index++] = identify_msg; in ahd_setup_initiator_msgout()
3494 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3496 ahd->msgout_buf[ahd->msgout_index++] = SCB_GET_TAG(scb); in ahd_setup_initiator_msgout()
3502 ahd->msgout_buf[ahd->msgout_index++] = MSG_BUS_DEV_RESET; in ahd_setup_initiator_msgout()
[all …]
H A Daic7xxxvar.h1151 uint8_t msgout_buf[12];/* Message we are sending */ member
H A Daic79xxvar.h1200 uint8_t msgout_buf[12];/* Message we are sending */ member