Searched refs:NetdevFamily (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | queues.py | 6 from lib.py import EthtoolFamily, NetdevFamily, NlError 62 snl = NetdevFamily(recv_size=4096) 120 args=(cfg, NetdevFamily()))
|
| H A D | napi_threaded.py | 10 from lib.py import NetDrvEnv, NetdevFamily 138 args=(cfg, NetdevFamily()))
|
| H A D | stats.py | 15 from lib.py import EthtoolFamily, NetdevFamily, RtnlFamily, NlError 20 netfam = NetdevFamily() 158 queues = NetdevFamily(recv_size=4096).qstats_get({"scope": "queue"}, dump=True)
|
| H A D | xdp.py | 17 from lib.py import EthtoolFamily, NetdevFamily, NlError 795 cfg.netnl = NetdevFamily()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_input_xfrm.py | 8 from lib.py import EthtoolFamily, NetdevFamily, NlError 116 cfg.netdevnl = NetdevFamily()
|
| H A D | pp_alloc_fail.py | 14 from lib.py import NetdevFamily, NlError 136 netdevnl = NetdevFamily()
|
| H A D | toeplitz.py | 15 from lib.py import NetDrvEpEnv, EthtoolFamily, NetdevFamily 232 cfg.netnl = NetdevFamily()
|
| H A D | tso.py | 14 from lib.py import EthtoolFamily, NetdevFamily, NetDrvEpEnv 225 cfg.netnl = NetdevFamily()
|
| H A D | devmem_lib.py | 10 NetdevFamily) 121 netdevnl = NetdevFamily()
|
| H A D | rss_ctx.py | 12 from lib.py import EthtoolFamily, NetdevFamily, NlError 1021 cfg.netdevnl = NetdevFamily()
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | __init__.py | 20 EthtoolFamily, NetdevFamily, RtnlFamily, RtnlAddrFamily, RtnlRouteFamily
|
| H A D | ynl.py | 62 class NetdevFamily(YnlFamily): class
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | __init__.py | 22 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 36 "EthtoolFamily", "NetdevFamily", "NetshaperFamily",
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 22 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 38 "EthtoolFamily", "NetdevFamily", "NetshaperFamily",
|
| /linux/tools/testing/selftests/net/ |
| H A D | nl_netdev.py | 12 from lib.py import NetdevFamily, NetdevSimDev, NlError, defer, ip 371 nf = NetdevFamily()
|