Searched refs:NetDrvEnv (Results 1 – 10 of 10) sorted by relevance
| /tools/testing/selftests/drivers/net/hw/ |
| A D | xsk_reconfig.py | 17 from lib.py import NetDrvEnv 54 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| A D | irq.py | 9 from lib.py import NetDrvEnv 88 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| A D | rss_api.py | 15 from lib.py import NetDrvEnv 469 with NetDrvEnv(__file__, nsim_test=False) as cfg:
|
| /tools/testing/selftests/drivers/net/ |
| A D | napi_threaded.py | 10 from lib.py import NetDrvEnv, NetdevFamily 105 with NetDrvEnv(__file__, queue_count=2) as cfg:
|
| A D | queues.py | 7 from lib.py import NetDrvEnv 118 with NetDrvEnv(__file__, queue_count=100) as cfg:
|
| A D | hds.py | 8 from lib.py import NetDrvEnv 271 with NetDrvEnv(__file__, queue_count=3) as cfg:
|
| A D | stats.py | 16 from lib.py import NetDrvEnv 281 with NetDrvEnv(__file__, queue_count=100) as cfg:
|
| A D | shaper.py | 6 from lib.py import NetDrvEnv 442 with NetDrvEnv(__file__, queue_count=4) as cfg:
|
| /tools/testing/selftests/drivers/net/hw/lib/py/ |
| A D | __init__.py | 28 from drivers.net.lib.py import NetDrvEnv, NetDrvEpEnv
|
| /tools/testing/selftests/drivers/net/lib/py/ |
| A D | env.py | 52 class NetDrvEnv(NetDrvEnvBase): class
|
Completed in 982 milliseconds