Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
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()