Lines Matching refs:single_ret

2525 	irqreturn_t single_ret, ret = IRQ_NONE;  in fman_err_irq()  local
2538 single_ret = bmi_err_event(fman); in fman_err_irq()
2539 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2543 single_ret = qmi_err_event(fman); in fman_err_irq()
2544 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2548 single_ret = fpm_err_event(fman); in fman_err_irq()
2549 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2553 single_ret = dma_err_event(fman); in fman_err_irq()
2554 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2558 single_ret = muram_err_intr(fman); in fman_err_irq()
2559 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2565 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 0); in fman_err_irq()
2566 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2570 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 1); in fman_err_irq()
2571 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2575 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 2); in fman_err_irq()
2576 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2580 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 3); in fman_err_irq()
2581 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2585 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 4); in fman_err_irq()
2586 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2590 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 5); in fman_err_irq()
2591 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2595 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 6); in fman_err_irq()
2596 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2600 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 7); in fman_err_irq()
2601 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2605 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 8); in fman_err_irq()
2606 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2610 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 9); in fman_err_irq()
2611 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2623 irqreturn_t single_ret, ret = IRQ_NONE; in fman_irq() local
2636 single_ret = qmi_event(fman); in fman_irq()
2637 if (single_ret == IRQ_HANDLED) in fman_irq()
2643 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2644 if (single_ret == IRQ_HANDLED) in fman_irq()
2648 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2649 if (single_ret == IRQ_HANDLED) in fman_irq()
2653 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2654 if (single_ret == IRQ_HANDLED) in fman_irq()
2658 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2659 if (single_ret == IRQ_HANDLED) in fman_irq()
2663 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2664 if (single_ret == IRQ_HANDLED) in fman_irq()
2668 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2669 if (single_ret == IRQ_HANDLED) in fman_irq()
2673 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2674 if (single_ret == IRQ_HANDLED) in fman_irq()
2678 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2679 if (single_ret == IRQ_HANDLED) in fman_irq()
2683 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
2684 if (single_ret == IRQ_HANDLED) in fman_irq()
2688 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 9); in fman_irq()
2689 if (single_ret == IRQ_HANDLED) in fman_irq()