Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic7xxx.c2655 int msgdone; in ahc_handle_message_phase() local
2703 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2704 if (msgdone) { in ahc_handle_message_phase()
2810 int msgdone; in ahc_handle_message_phase() local
2846 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2847 if (msgdone) { in ahc_handle_message_phase()
2864 int msgdone; in ahc_handle_message_phase() local
2879 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2880 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2896 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
H A Daic79xx.c3791 int msgdone; in ahd_handle_message_phase() local
3850 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3851 if (msgdone) { in ahd_handle_message_phase()
3958 int msgdone; in ahd_handle_message_phase() local
3999 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4000 if (msgdone) { in ahd_handle_message_phase()
4017 int msgdone; in ahd_handle_message_phase() local
4037 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4038 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4054 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()