Lines Matching refs:single_ret
2522 irqreturn_t single_ret, ret = IRQ_NONE; in fman_err_irq() local
2535 single_ret = bmi_err_event(fman); in fman_err_irq()
2536 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2540 single_ret = qmi_err_event(fman); in fman_err_irq()
2541 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2545 single_ret = fpm_err_event(fman); in fman_err_irq()
2546 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2550 single_ret = dma_err_event(fman); in fman_err_irq()
2551 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2555 single_ret = muram_err_intr(fman); in fman_err_irq()
2556 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2562 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 0); in fman_err_irq()
2563 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2567 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 1); in fman_err_irq()
2568 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2572 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 2); in fman_err_irq()
2573 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2577 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 3); in fman_err_irq()
2578 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2582 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 4); in fman_err_irq()
2583 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2587 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 5); in fman_err_irq()
2588 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2592 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 6); in fman_err_irq()
2593 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2597 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 7); in fman_err_irq()
2598 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2602 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 8); in fman_err_irq()
2603 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2607 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 9); in fman_err_irq()
2608 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2620 irqreturn_t single_ret, ret = IRQ_NONE; in fman_irq() local
2633 single_ret = qmi_event(fman); in fman_irq()
2634 if (single_ret == IRQ_HANDLED) in fman_irq()
2640 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2641 if (single_ret == IRQ_HANDLED) in fman_irq()
2645 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2646 if (single_ret == IRQ_HANDLED) in fman_irq()
2650 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2651 if (single_ret == IRQ_HANDLED) in fman_irq()
2655 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2656 if (single_ret == IRQ_HANDLED) in fman_irq()
2660 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2661 if (single_ret == IRQ_HANDLED) in fman_irq()
2665 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2666 if (single_ret == IRQ_HANDLED) in fman_irq()
2670 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2671 if (single_ret == IRQ_HANDLED) in fman_irq()
2675 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2676 if (single_ret == IRQ_HANDLED) in fman_irq()
2680 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
2681 if (single_ret == IRQ_HANDLED) in fman_irq()
2685 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 9); in fman_irq()
2686 if (single_ret == IRQ_HANDLED) in fman_irq()