Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c3244 int msgdone; in ahc_handle_message_phase() local
3292 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3293 if (msgdone) { in ahc_handle_message_phase()
3399 int msgdone; in ahc_handle_message_phase() local
3435 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3436 if (msgdone) { in ahc_handle_message_phase()
3453 int msgdone; in ahc_handle_message_phase() local
3468 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
3469 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
3485 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
Daic79xx_core.c4727 int msgdone; in ahd_handle_message_phase() local
4786 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4787 if (msgdone) { in ahd_handle_message_phase()
4894 int msgdone; in ahd_handle_message_phase() local
4935 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4936 if (msgdone) { in ahd_handle_message_phase()
4953 int msgdone; in ahd_handle_message_phase() local
4973 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4974 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4990 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()