Home
last modified time | relevance | path

Searched refs:ethnl (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/
H A Dstats.py15 ethnl = EthtoolFamily() variable
21 global ethnl
24 ethnl.pause_get({"header": {"dev-index": cfg.ifindex}})
30 data = ethnl.pause_get({"header": {"dev-index": cfg.ifindex,
36 global ethnl
39 ethnl.fec_get({"header": {"dev-index": cfg.ifindex}})
45 data = ethnl.fec_get({"header": {"dev-index": cfg.ifindex,
224 channels = ethnl.channels_get({'header': {'dev-index': cfg.ifindex}})
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py35 input_xfrm = cfg.ethnl.rss_get(
78 cfg.ethnl = EthtoolFamily()
H A Dirq.py54 channels = cfg.ethnl.channels_get({'header': {'dev-index': cfg.ifindex}})
89 cfg.ethnl = EthtoolFamily()
H A Dcsum.py74 ethnl = EthtoolFamily()
75 features = ethnl.features_get({"header": {"dev-index": cfg.ifindex}})
H A Dtso.py180 features = cfg.ethnl.features_get({"header": {"dev-index": cfg.ifindex}})
190 features = cfg.ethnl.features_get({"header": {"dev-index": cfg.ifindex}})
208 cfg.ethnl = EthtoolFamily()
H A Drss_ctx.py301 channels = cfg.ethnl.channels_get({'header': {'dev-index': cfg.ifindex}})
387 ctxs = cfg.ethnl.rss_get({}, dump=True)
406 ctxs = cfg.ethnl.rss_get({'header': {'dev-name': cfg.ifname}}, dump=True)
415 ctxs = cfg.ethnl.rss_get({'start-context': 1}, dump=True)
422 ctxs = cfg.ethnl.rss_get({'header': {'dev-name': cfg.ifname}, 'start-context': 1}, dump=True)
753 cfg.ethnl = EthtoolFamily()
/linux-6.15/Documentation/networking/
H A Dphy-link-topology.rst111 ``ETHTOOL_A_HEADER_PHY_INDEX`` field in the following ethnl commands :