Home
last modified time | relevance | path

Searched refs:FMAN_EV_MAC0 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/freescale/fman/
Dfman.c1506 event = FMAN_EV_MAC0 + mod_id; in get_module_event()
2630 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2635 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2640 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2645 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2650 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2655 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2660 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2665 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2670 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
[all …]
Dfman.h232 FMAN_EV_MAC0, /* MAC 0 event (Magic packet detection) */ enumerator