Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.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
2846 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
2847 if (msgdone) { in ahc_handle_message_phase()
2864 int msgdone; in ahc_handle_message_phase() local
2879 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
2880 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
2896 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
Daic79xx_core.c3442 int msgdone; in ahd_handle_message_phase() local
3501 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3502 if (msgdone) { in ahd_handle_message_phase()
3609 int msgdone; in ahd_handle_message_phase() local
3650 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
3651 if (msgdone) { in ahd_handle_message_phase()
3668 int msgdone; in ahd_handle_message_phase() local
3688 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
3689 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
3705 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()