Searched refs:MLX5_SET_CFG (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | fs_ttc.c | 313 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in mlx5_create_ttc_table_groups() 314 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5_create_ttc_table_groups() 316 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5_create_ttc_table_groups() 324 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5_create_ttc_table_groups() 326 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5_create_ttc_table_groups() 334 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5_create_ttc_table_groups() 336 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5_create_ttc_table_groups() 450 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_INNER_HEADERS); in mlx5_create_inner_ttc_table_groups() 451 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5_create_inner_ttc_table_groups() 453 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5_create_inner_ttc_table_groups() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | fs_tt_redirect.c | 178 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in fs_udp_create_groups() 179 MLX5_SET_CFG(in, start_flow_index, ix); in fs_udp_create_groups() 181 MLX5_SET_CFG(in, end_flow_index, ix - 1); in fs_udp_create_groups() 189 MLX5_SET_CFG(in, start_flow_index, ix); in fs_udp_create_groups() 191 MLX5_SET_CFG(in, end_flow_index, ix - 1); in fs_udp_create_groups() 445 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in fs_any_create_groups() 446 MLX5_SET_CFG(in, start_flow_index, ix); in fs_any_create_groups() 448 MLX5_SET_CFG(in, end_flow_index, ix - 1); in fs_any_create_groups() 456 MLX5_SET_CFG(in, start_flow_index, ix); in fs_any_create_groups() 458 MLX5_SET_CFG(in, end_flow_index, ix - 1); in fs_any_create_groups()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_fs.c | 1002 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in mlx5e_create_l2_table_groups() 1003 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5e_create_l2_table_groups() 1005 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5e_create_l2_table_groups() 1014 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5e_create_l2_table_groups() 1016 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5e_create_l2_table_groups() 1024 MLX5_SET_CFG(in, start_flow_index, ix); in mlx5e_create_l2_table_groups() 1026 MLX5_SET_CFG(in, end_flow_index, ix - 1); in mlx5e_create_l2_table_groups() 1103 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in __mlx5e_create_vlan_table_groups() 1106 MLX5_SET_CFG(in, start_flow_index, ix); in __mlx5e_create_vlan_table_groups() 1108 MLX5_SET_CFG(in, end_flow_index, ix - 1); in __mlx5e_create_vlan_table_groups() [all …]
|
| D | en_arfs.c | 291 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in arfs_create_groups() 292 MLX5_SET_CFG(in, start_flow_index, ix); in arfs_create_groups() 294 MLX5_SET_CFG(in, end_flow_index, ix - 1); in arfs_create_groups() 301 MLX5_SET_CFG(in, start_flow_index, ix); in arfs_create_groups() 303 MLX5_SET_CFG(in, end_flow_index, ix - 1); in arfs_create_groups()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | fs_tcp.c | 237 MLX5_SET_CFG(in, match_criteria_enable, MLX5_MATCH_OUTER_HEADERS); in accel_fs_tcp_create_groups() 238 MLX5_SET_CFG(in, start_flow_index, ix); in accel_fs_tcp_create_groups() 240 MLX5_SET_CFG(in, end_flow_index, ix - 1); in accel_fs_tcp_create_groups() 248 MLX5_SET_CFG(in, start_flow_index, ix); in accel_fs_tcp_create_groups() 250 MLX5_SET_CFG(in, end_flow_index, ix - 1); in accel_fs_tcp_create_groups()
|
| /Linux-v5.15/include/linux/mlx5/ |
| D | fs.h | 41 #define MLX5_SET_CFG(p, f, v) MLX5_SET(create_flow_group_in, p, f, v) macro
|