Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c630 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1270 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2313 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2483 ahc->msgout_buf[ahc->msgout_index++] = period; in ahc_construct_sdtr()
2528 ahc->msgout_buf[ahc->msgout_index++] = 0; in ahc_construct_ppr()
2643 ahc->msgout_buf[0] = MSG_ABORT_TASK; in ahc_handle_proto_violation()
2749 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
2910 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
3048 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg()
3066 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
[all …]
H A Daic79xx.c1170 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
1300 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
2549 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3622 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3805 ahd->msgout_buf[ahd->msgout_index++] = period; in ahd_construct_sdtr()
3806 ahd->msgout_buf[ahd->msgout_index++] = offset; in ahd_construct_sdtr()
3857 ahd->msgout_buf[ahd->msgout_index++] = 0; in ahd_construct_ppr()
4006 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
4255 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
4274 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()
[all …]
H A Daic7xxx.h1082 uint8_t msgout_buf[12];/* Message we are sending */ member
H A Daic79xx.h1252 uint8_t msgout_buf[12];/* Message we are sending */ member