Lines Matching refs:single_ret

2512 	irqreturn_t single_ret, ret = IRQ_NONE;  in fman_err_irq()  local
2525 single_ret = bmi_err_event(fman); in fman_err_irq()
2526 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2530 single_ret = qmi_err_event(fman); in fman_err_irq()
2531 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2535 single_ret = fpm_err_event(fman); in fman_err_irq()
2536 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2540 single_ret = dma_err_event(fman); in fman_err_irq()
2541 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2545 single_ret = muram_err_intr(fman); in fman_err_irq()
2546 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2552 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 0); in fman_err_irq()
2553 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2557 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 1); in fman_err_irq()
2558 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2562 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 2); 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 + 3); 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 + 4); 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 + 5); 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 + 6); 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 + 7); 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 + 8); 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 + 9); in fman_err_irq()
2598 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2610 irqreturn_t single_ret, ret = IRQ_NONE; in fman_irq() local
2623 single_ret = qmi_event(fman); in fman_irq()
2624 if (single_ret == IRQ_HANDLED) in fman_irq()
2630 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2631 if (single_ret == IRQ_HANDLED) in fman_irq()
2635 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2636 if (single_ret == IRQ_HANDLED) in fman_irq()
2640 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2641 if (single_ret == IRQ_HANDLED) in fman_irq()
2645 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2646 if (single_ret == IRQ_HANDLED) in fman_irq()
2650 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2651 if (single_ret == IRQ_HANDLED) in fman_irq()
2655 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2656 if (single_ret == IRQ_HANDLED) in fman_irq()
2660 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2661 if (single_ret == IRQ_HANDLED) in fman_irq()
2665 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2666 if (single_ret == IRQ_HANDLED) in fman_irq()
2670 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
2671 if (single_ret == IRQ_HANDLED) in fman_irq()
2675 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 9); in fman_irq()
2676 if (single_ret == IRQ_HANDLED) in fman_irq()