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

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3251 int msgdone; ahc_handle_message_phase() local
3299 msgdone = ahc->msgout_index == ahc->msgout_len; ahc_handle_message_phase()
3300 if (msgdone) { ahc_handle_message_phase()
3406 int msgdone; ahc_handle_message_phase() local
3442 msgdone = ahc->msgout_index == ahc->msgout_len; ahc_handle_message_phase()
3443 if (msgdone) { ahc_handle_message_phase()
3460 int msgdone; ahc_handle_message_phase() local
3475 msgdone = ahc_parse_msg(ahc, &devinfo); ahc_handle_message_phase()
3476 if (msgdone == MSGLOOP_TERMINATED) { ahc_handle_message_phase()
3490 * and use msgdone to detect it. ahc_handle_message_phase()
3492 if (msgdone == MSGLOOP_MSGCOMPLETE) { ahc_handle_message_phase()
H A Daic79xx_core.c4733 int msgdone; ahd_handle_message_phase() local
4792 msgdone = ahd->msgout_index == ahd->msgout_len; ahd_handle_message_phase()
4793 if (msgdone) { ahd_handle_message_phase()
4900 int msgdone; ahd_handle_message_phase() local
4941 msgdone = ahd->msgout_index == ahd->msgout_len; ahd_handle_message_phase()
4942 if (msgdone) { ahd_handle_message_phase()
4959 int msgdone; ahd_handle_message_phase() local
4979 msgdone = ahd_parse_msg(ahd, &devinfo); ahd_handle_message_phase()
4980 if (msgdone == MSGLOOP_TERMINATED) { ahd_handle_message_phase()
4994 * and use msgdone to detect it. ahd_handle_message_phase()
4996 if (msgdone == MSGLOOP_MSGCOMPLETE) { ahd_handle_message_phase()

Completed in 167 milliseconds