Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dfs.c1289 struct mlx5_ib_flow_matcher *fs_matcher, in _get_flow_table() argument
1302 priority = ib_prio_to_core_prio(fs_matcher->priority, false); in _get_flow_table()
1306 switch (fs_matcher->ns_type) { in _get_flow_table()
1338 priority = fs_matcher->priority; in _get_flow_table()
1343 priority = fs_matcher->priority; in _get_flow_table()
1351 ns = mlx5_get_flow_namespace(dev->mdev, fs_matcher->ns_type); in _get_flow_table()
1355 switch (fs_matcher->ns_type) { in _get_flow_table()
1388 struct mlx5_ib_flow_matcher *fs_matcher, in _create_raw_flow_rule() argument
1409 memcpy(spec->match_criteria, fs_matcher->matcher_mask.match_params, in _create_raw_flow_rule()
1410 fs_matcher->mask_len); in _create_raw_flow_rule()
[all …]