Searched refs:fs_matcher (Results 1 – 1 of 1) sorted by relevance
1290 struct mlx5_ib_flow_matcher *fs_matcher, in _get_flow_table() argument1303 priority = ib_prio_to_core_prio(fs_matcher->priority, false); in _get_flow_table()1307 switch (fs_matcher->ns_type) { in _get_flow_table()1339 priority = fs_matcher->priority; in _get_flow_table()1344 priority = fs_matcher->priority; in _get_flow_table()1352 ns = mlx5_get_flow_namespace(dev->mdev, fs_matcher->ns_type); in _get_flow_table()1356 switch (fs_matcher->ns_type) { in _get_flow_table()1389 struct mlx5_ib_flow_matcher *fs_matcher, in _create_raw_flow_rule() argument1410 memcpy(spec->match_criteria, fs_matcher->matcher_mask.match_params, in _create_raw_flow_rule()1411 fs_matcher->mask_len); in _create_raw_flow_rule()[all …]