Searched refs:fl_type (Results 1 – 1 of 1) sorted by relevance
32 def _ethtool_get_cfg(cfg, fl_type, to_nl=False): argument 33 descr = ethtool(f"-n {cfg.ifname} rx-flow-hash {fl_type}").stdout245 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}286 f"rx-flow-hash {fl_type} {cu[all...]