Home
last modified time | relevance | path

Searched refs:ethtool_dev_mm_supported (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dethtool_netlink.h42 bool ethtool_dev_mm_supported(struct net_device *dev);
116 static inline bool ethtool_dev_mm_supported(struct net_device *dev) in ethtool_dev_mm_supported() function
/openbmc/linux/net/ethtool/
H A Dmm.c263 bool ethtool_dev_mm_supported(struct net_device *dev) in ethtool_dev_mm_supported() function
284 EXPORT_SYMBOL_GPL(ethtool_dev_mm_supported);
/openbmc/linux/net/sched/
H A Dsch_mqprio.c233 if (have_preemption && !ethtool_dev_mm_supported(dev)) { in mqprio_parse_tc_entries()
H A Dsch_taprio.c1786 if (!ethtool_dev_mm_supported(dev)) { in taprio_parse_tc_entries()