Lines Matching refs:single_ret
2511 irqreturn_t single_ret, ret = IRQ_NONE; in fman_err_irq() local
2524 single_ret = bmi_err_event(fman); in fman_err_irq()
2525 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2529 single_ret = qmi_err_event(fman); in fman_err_irq()
2530 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2534 single_ret = fpm_err_event(fman); in fman_err_irq()
2535 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2539 single_ret = dma_err_event(fman); in fman_err_irq()
2540 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2544 single_ret = muram_err_intr(fman); in fman_err_irq()
2545 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2551 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 0); in fman_err_irq()
2552 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2556 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 1); in fman_err_irq()
2557 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2561 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 2); in fman_err_irq()
2562 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2566 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 3); in fman_err_irq()
2567 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2571 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 4); in fman_err_irq()
2572 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2576 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 5); in fman_err_irq()
2577 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2581 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 6); in fman_err_irq()
2582 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2586 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 7); in fman_err_irq()
2587 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2591 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 8); in fman_err_irq()
2592 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2596 single_ret = call_mac_isr(fman, FMAN_EV_ERR_MAC0 + 9); in fman_err_irq()
2597 if (single_ret == IRQ_HANDLED) in fman_err_irq()
2609 irqreturn_t single_ret, ret = IRQ_NONE; in fman_irq() local
2622 single_ret = qmi_event(fman); in fman_irq()
2623 if (single_ret == IRQ_HANDLED) in fman_irq()
2629 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2630 if (single_ret == IRQ_HANDLED) in fman_irq()
2634 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2635 if (single_ret == IRQ_HANDLED) in fman_irq()
2639 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2640 if (single_ret == IRQ_HANDLED) in fman_irq()
2644 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2645 if (single_ret == IRQ_HANDLED) in fman_irq()
2649 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2650 if (single_ret == IRQ_HANDLED) in fman_irq()
2654 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2655 if (single_ret == IRQ_HANDLED) in fman_irq()
2659 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2660 if (single_ret == IRQ_HANDLED) in fman_irq()
2664 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2665 if (single_ret == IRQ_HANDLED) in fman_irq()
2669 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
2670 if (single_ret == IRQ_HANDLED) in fman_irq()
2674 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 9); in fman_irq()
2675 if (single_ret == IRQ_HANDLED) in fman_irq()