Home
last modified time | relevance | path

Searched refs:msgdone (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A 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()
3467 * and use msgdone t in ahc_handle_message_phase()
[all...]
H A 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()
4960 * and use msgdone t in ahd_handle_message_phase()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A 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()
3465 * and use msgdone t in ahc_handle_message_phase()
[all...]
H A 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()
4958 * and use msgdone t in ahd_handle_message_phase()
[all...]

Completed in 24 milliseconds