Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
Dfman.c1532 event = FMAN_EV_MAC0 + mod_id; in get_module_event()
2656 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 0); in fman_irq()
2661 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 1); in fman_irq()
2666 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 2); in fman_irq()
2671 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 3); in fman_irq()
2676 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 4); in fman_irq()
2681 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 5); in fman_irq()
2686 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 6); in fman_irq()
2691 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 7); in fman_irq()
2696 single_ret = call_mac_isr(fman, FMAN_EV_MAC0 + 8); in fman_irq()
[all …]
Dfman.h259 FMAN_EV_MAC0, /* MAC 0 event (Magic packet detection) */ enumerator