Home
last modified time | relevance | path

Searched refs:mm_supported (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c177 if (!ocelot->mm_supported) in ocelot_port_set_mm()
241 if (!ocelot->mm_supported) in ocelot_port_get_mm()
278 if (!ocelot->mm_supported) in ocelot_mm_init()
H A Docelot_stats.c314 if (ocelot->mm_supported) in ocelot_get_stats_layout()
531 if (ocelot->mm_supported) in ocelot_port_get_pause_stats()
546 if (!ocelot->mm_supported) in ocelot_port_get_mm_stats()
633 if (ocelot->mm_supported) in ocelot_port_get_rmon_stats()
673 if (ocelot->mm_supported) in ocelot_port_get_eth_ctrl_stats()
772 if (ocelot->mm_supported) in ocelot_port_get_eth_mac_stats()
812 if (ocelot->mm_supported) in ocelot_port_get_eth_phy_stats()
H A Docelot.c3197 if (ocelot->mm_supported) { in ocelot_init()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.h102 bool mm_supported,
H A Dfelix.c2309 bool mm_supported, in felix_register_switch() argument
2332 ocelot->mm_supported = mm_supported; in felix_register_switch()
/linux/include/soc/mscc/
H A Docelot.h879 u8 mm_supported:1; member