Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
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
2874 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2875 if (msgdone) { in ahc_handle_message_phase()
2897 int msgdone; in ahc_handle_message_phase() local
2925 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2926 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2942 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
H A Daic79xx.c3889 int msgdone; in ahd_handle_message_phase() local
3948 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3949 if (msgdone) { in ahd_handle_message_phase()
4056 int msgdone; in ahd_handle_message_phase() local
4096 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4097 if (msgdone) { in ahd_handle_message_phase()
4114 int msgdone; in ahd_handle_message_phase() local
4134 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4135 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4151 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()