Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Daic7xxx.c2698 int msgdone; in ahc_handle_message_phase() local
2746 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2747 if (msgdone) { in ahc_handle_message_phase()
2853 int msgdone; in ahc_handle_message_phase() local
2889 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2890 if (msgdone) { in ahc_handle_message_phase()
2907 int msgdone; in ahc_handle_message_phase() local
2922 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2923 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2939 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
Daic79xx.c3900 int msgdone; in ahd_handle_message_phase() local
3959 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3960 if (msgdone) { in ahd_handle_message_phase()
4067 int msgdone; in ahd_handle_message_phase() local
4108 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4109 if (msgdone) { in ahd_handle_message_phase()
4126 int msgdone; in ahd_handle_message_phase() local
4146 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4147 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4163 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()