Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_core.c3228 int msgdone; in ahc_handle_message_phase() local
3276 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3277 if (msgdone) { in ahc_handle_message_phase()
3383 int msgdone; in ahc_handle_message_phase() local
3419 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3420 if (msgdone) { in ahc_handle_message_phase()
3437 int msgdone; in ahc_handle_message_phase() local
3452 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
3453 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
3469 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
Daic79xx_core.c4699 int msgdone; in ahd_handle_message_phase() local
4758 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4759 if (msgdone) { in ahd_handle_message_phase()
4866 int msgdone; in ahd_handle_message_phase() local
4907 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4908 if (msgdone) { in ahd_handle_message_phase()
4925 int msgdone; in ahd_handle_message_phase() local
4945 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4946 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4962 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()