Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dethtool_netlink.h44 bool ethtool_dev_mm_supported(struct net_device *dev);
118 static inline bool ethtool_dev_mm_supported(struct net_device *dev) in ethtool_dev_mm_supported() function
/linux-6.12.1/net/ethtool/
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);
/linux-6.12.1/net/sched/
Dsch_mqprio.c231 if (have_preemption && !ethtool_dev_mm_supported(dev)) { in mqprio_parse_tc_entries()
Dsch_taprio.c1773 if (!ethtool_dev_mm_supported(dev)) { in taprio_parse_tc_entries()