Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c2664 int msgdone; in ahc_handle_message_phase() local
2712 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2713 if (msgdone) { in ahc_handle_message_phase()
2819 int msgdone; in ahc_handle_message_phase() local
2883 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2884 if (msgdone) { in ahc_handle_message_phase()
2906 int msgdone; in ahc_handle_message_phase() local
2934 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2935 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2951 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
H A Daic79xx.c3898 int msgdone; in ahd_handle_message_phase() local
3957 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3958 if (msgdone) { in ahd_handle_message_phase()
4065 int msgdone; in ahd_handle_message_phase() local
4105 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4106 if (msgdone) { in ahd_handle_message_phase()
4123 int msgdone; in ahd_handle_message_phase() local
4143 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4144 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4160 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()