Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c629 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1267 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2304 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2473 ahc->msgout_buf[ahc->msgout_index++] = period; in ahc_construct_sdtr()
2518 ahc->msgout_buf[ahc->msgout_index++] = 0; in ahc_construct_ppr()
2632 ahc->msgout_buf[0] = MSG_ABORT_TASK; in ahc_handle_proto_violation()
2738 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
2898 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
3036 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg()
3052 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
[all …]
H A Daic79xx.c1165 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
1295 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
2533 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3601 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3782 ahd->msgout_buf[ahd->msgout_index++] = period; in ahd_construct_sdtr()
3783 ahd->msgout_buf[ahd->msgout_index++] = offset; in ahd_construct_sdtr()
3834 ahd->msgout_buf[ahd->msgout_index++] = 0; in ahd_construct_ppr()
3983 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
4231 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
4248 && (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