Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_api.py32 def _ethtool_get_cfg(cfg, fl_type, to_nl=False): argument
245 for fl_type in flow_types:
246 one = _ethtool_get_cfg(cfg, fl_type, to_nl=True)
247 ksft_eq(one, cfg_nl["flow-hash"][fl_type],
248 comment="Config for " + fl_type)
272 for fl_type in flow_types:
273 cur = _ethtool_get_cfg(cfg, fl_type)
283 "flow-hash": {fl_type: change_nl}
289 ksft_eq(change_nl, cfg_nl["flow-hash"][fl_type],
291 cfg_ic = _ethtool_get_cfg(cfg, fl_type)
[all …]