Home
last modified time | relevance | path

Searched refs:nsim_test (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/testing/selftests/drivers/net/lib/py/
H A Denv.py56 def __init__(self, src_path, nsim_test=None, **kwargs): argument
62 if nsim_test is True:
67 if nsim_test is False:
105 def __init__(self, src_path, nsim_test=None): argument
121 if nsim_test is True:
134 if nsim_test is False:
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Drss_input_xfrm.py77 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dpp_alloc_fail.py123 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dirq.py88 with NetDrvEnv(__file__, nsim_test=False) as cfg:
H A Dcsum.py88 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dnic_link_layer.py106 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dnic_performance.py129 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Dtso.py207 with NetDrvEpEnv(__file__, nsim_test=False) as cfg:
H A Drss_ctx.py751 with NetDrvEpEnv(__file__, nsim_test=False) as cfg: