Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c3226 int msgdone; in ahc_handle_message_phase() local
3274 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3275 if (msgdone) { in ahc_handle_message_phase()
3381 int msgdone; in ahc_handle_message_phase() local
3417 msgdone = ahc->msgout_index == ahc->msgout_len; in ahc_handle_message_phase()
3418 if (msgdone) { in ahc_handle_message_phase()
3435 int msgdone; in ahc_handle_message_phase() local
3450 msgdone = ahc_parse_msg(ahc, &devinfo); in ahc_handle_message_phase()
3451 if (msgdone == MSGLOOP_TERMINATED) { in ahc_handle_message_phase()
3467 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahc_handle_message_phase()
Daic79xx_core.c4697 int msgdone; in ahd_handle_message_phase() local
4756 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4757 if (msgdone) { in ahd_handle_message_phase()
4864 int msgdone; in ahd_handle_message_phase() local
4905 msgdone = ahd->msgout_index == ahd->msgout_len; in ahd_handle_message_phase()
4906 if (msgdone) { in ahd_handle_message_phase()
4923 int msgdone; in ahd_handle_message_phase() local
4943 msgdone = ahd_parse_msg(ahd, &devinfo); in ahd_handle_message_phase()
4944 if (msgdone == MSGLOOP_TERMINATED) { in ahd_handle_message_phase()
4960 if (msgdone == MSGLOOP_MSGCOMPLETE) { in ahd_handle_message_phase()