Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/
H A Dso_txtime.py18 def test_so_txtime(cfg, clockid, ipver, args_tx, args_rx, expect_success): argument
70 def test_so_txtime_fq_mono(cfg, ipver, args_tx, args_rx): argument
74 test_so_txtime(cfg, "mono", ipver, args_tx, args_rx, True)
78 def test_so_txtime_fq_tai(cfg, ipver, args_tx, args_rx): argument
82 test_so_txtime(cfg, "tai", ipver, args_tx, args_rx, True)
101 def test_so_txtime_etf(cfg, ipver, args_tx, args_rx, expect_fail): argument
119 test_so_txtime(cfg, "tai", ipver, args_tx, args_rx, expect_fail)