Searched refs:fl_type (Results 1 – 1 of 1) sorted by relevance
32 def _ethtool_get_cfg(cfg, fl_type, to_nl=False): argument245 for fl_type in flow_types: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}291 cfg_ic = _ethtool_get_cfg(cfg, fl_type)297 ksft_eq(cfg_old["flow-hash"][fl_type], cfg_nl["flow-hash"][fl_type],299 cfg_ic = _ethtool_get_cfg(cfg, fl_type)[all …]
Completed in 636 milliseconds