Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c2676 int msgdone; in ahc_handle_message_phase() local
2724 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2725 if (msgdone) { in ahc_handle_message_phase()
2831 int msgdone; in ahc_handle_message_phase() local
2896 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2897 if (msgdone) { in ahc_handle_message_phase()
2919 int msgdone; in ahc_handle_message_phase() local
2947 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2948 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2964 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
H A Daic79xx.c3922 int msgdone; in ahd_handle_message_phase() local
3981 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3982 if (msgdone) { in ahd_handle_message_phase()
4089 int msgdone; in ahd_handle_message_phase() local
4130 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4131 if (msgdone) { in ahd_handle_message_phase()
4148 int msgdone; in ahd_handle_message_phase() local
4168 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4169 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4185 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()