Home
last modified time | relevance | path

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

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