Lines Matching refs:single_ret
2538 irqreturn_t single_ret, ret = IRQ_NONE; in fman_err_irq() local
2551 single_ret = bmi_err_event(fman); in fman_err_irq()
2552 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2556 single_ret = qmi_err_event(fman); in fman_err_irq()
2557 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2561 single_ret = fpm_err_event(fman); in fman_err_irq()
2562 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2566 single_ret = dma_err_event(fman); in fman_err_irq()
2567 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2571 single_ret = muram_err_intr(fman); in fman_err_irq()
2572 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2578 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 0); in fman_err_irq()
2579 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2583 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 1); in fman_err_irq()
2584 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2588 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 2); in fman_err_irq()
2589 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2593 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 3); in fman_err_irq()
2594 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2598 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 4); in fman_err_irq()
2599 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2603 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 5); in fman_err_irq()
2604 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2608 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 6); in fman_err_irq()
2609 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2613 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 7); in fman_err_irq()
2614 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2618 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 8); in fman_err_irq()
2619 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2623 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 9); in fman_err_irq()
2624 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2636 irqreturn_t single_ret, ret = IRQ_NONE; in fman_irq() local
2649 single_ret = qmi_event(fman); in fman_irq()
2650 if (single_ret == IRQ_HANDLED) in fman_irq()
2656 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2657 if (single_ret == IRQ_HANDLED) in fman_irq()
2661 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2662 if (single_ret == IRQ_HANDLED) in fman_irq()
2666 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2667 if (single_ret == IRQ_HANDLED) in fman_irq()
2671 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2672 if (single_ret == IRQ_HANDLED) in fman_irq()
2676 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2677 if (single_ret == IRQ_HANDLED) in fman_irq()
2681 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2682 if (single_ret == IRQ_HANDLED) in fman_irq()
2686 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2687 if (single_ret == IRQ_HANDLED) in fman_irq()
2691 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2692 if (single_ret == IRQ_HANDLED) in fman_irq()
2696 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
2697 if (single_ret == IRQ_HANDLED) in fman_irq()
2701 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 9); in fman_irq()
2702 if (single_ret == IRQ_HANDLED) in fman_irq()