Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c628 ahc->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahc_handle_seqint()
1266 if (ahc->msgout_buf[ahc->msgout_index - 1] in ahc_handle_scsiint()
2303 ahc->msgout_buf[ahc->msgout_index++] = in ahc_setup_initiator_msgout()
2472 ahc->msgout_buf[ahc->msgout_index++] = period; in ahc_construct_sdtr()
2517 ahc->msgout_buf[ahc->msgout_index++] = 0; in ahc_construct_ppr()
2631 ahc->msgout_buf[0] = MSG_ABORT_TASK; in ahc_handle_proto_violation()
2737 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
2897 ahc->msgout_buf[ahc->msgout_index]); in ahc_handle_message_phase()
3035 if (ahc->msgout_buf[index+2] == msgval in ahc_sent_msg()
3051 && ahc->msgout_buf[index] == msgval in ahc_sent_msg()
[all …]
H A Daic79xx.c1164 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_seqint()
1294 ahd->msgout_buf[0] = MSG_BUS_DEV_RESET; in ahd_handle_seqint()
2532 ahd->msgout_buf[0] = MSG_ABORT_TASK; in ahd_handle_proto_violation()
3600 ahd->msgout_buf[ahd->msgout_index++] = in ahd_setup_initiator_msgout()
3781 ahd->msgout_buf[ahd->msgout_index++] = period; in ahd_construct_sdtr()
3782 ahd->msgout_buf[ahd->msgout_index++] = offset; in ahd_construct_sdtr()
3833 ahd->msgout_buf[ahd->msgout_index++] = 0; in ahd_construct_ppr()
3982 ahd->msgout_buf[ahd->msgout_index]); in ahd_handle_message_phase()
4230 if (ahd->msgout_buf[index+2] == msgval in ahd_sent_msg()
4247 && (ahd->msgout_buf[index] == msgval in ahd_sent_msg()
[all …]
H A Daic7xxx.h1080 uint8_t msgout_buf[12];/* Message we are sending */ member
H A Daic79xx.h1250 uint8_t msgout_buf[12];/* Message we are sending */ member