Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c1022 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_flow_group; in fpga_ipsec_fs_create_flow_group()
1066 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_fte; in fpga_ipsec_fs_create_fte()
1120 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->update_fte; in fpga_ipsec_fs_update_fte()
1147 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->delete_fte; in fpga_ipsec_fs_delete_fte()
1368 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->create_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
1370 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->destroy_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
1372 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->modify_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
1376 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->destroy_flow_group; in mlx5_fpga_ipsec_build_fs_cmds()
1384 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->update_root_ft; in mlx5_fpga_ipsec_build_fs_cmds()
1388 mlx5_fs_cmd_get_default(egress_to_fs_ft(true))->create_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()
[all …]
Dipsec.h55 return mlx5_fs_cmd_get_default(type); in mlx5_fs_cmd_get_default_ipsec_fpga_cmds()
/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h114 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type);
Dfs_cmd.c960 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default() function
Dfs_core.c2536 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()