Home
last modified time | relevance | path

Searched refs:msgdone (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c2665 int msgdone; in ahc_handle_message_phase() local
2713 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2714 if (msgdone) { in ahc_handle_message_phase()
2820 int msgdone; in ahc_handle_message_phase() local
2884 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2885 if (msgdone) { in ahc_handle_message_phase()
2907 int msgdone; in ahc_handle_message_phase() local
2935 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2936 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2952 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
H A Daic79xx.c3899 int msgdone; in ahd_handle_message_phase() local
3958 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3959 if (msgdone) { in ahd_handle_message_phase()
4066 int msgdone; in ahd_handle_message_phase() local
4106 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4107 if (msgdone) { in ahd_handle_message_phase()
4124 int msgdone; in ahd_handle_message_phase() local
4144 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4145 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4161 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()