Home
last modified time | relevance | path

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

/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c2674 int msgdone; in ahc_handle_message_phase() local
2722 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2723 if (msgdone) { in ahc_handle_message_phase()
2829 int msgdone; in ahc_handle_message_phase() local
2894 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2895 if (msgdone) { in ahc_handle_message_phase()
2917 int msgdone; in ahc_handle_message_phase() local
2945 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2946 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2962 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
HDaic79xx.c3920 int msgdone; in ahd_handle_message_phase() local
3979 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3980 if (msgdone) { in ahd_handle_message_phase()
4087 int msgdone; in ahd_handle_message_phase() local
4128 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4129 if (msgdone) { in ahd_handle_message_phase()
4146 int msgdone; in ahd_handle_message_phase() local
4166 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4167 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4183 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()