Searched refs:mlx5_fs_cmd_get_default (Results 1 – 4 of 4) sorted by relevance
1003 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_flow_group; in fpga_ipsec_fs_create_flow_group()1047 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->create_fte; in fpga_ipsec_fs_create_fte()1100 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->update_fte; in fpga_ipsec_fs_update_fte()1127 mlx5_fs_cmd_get_default(egress_to_fs_ft(is_egress))->delete_fte; in fpga_ipsec_fs_delete_fte()1345 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->create_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()1347 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->destroy_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()1349 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->modify_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()1353 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->destroy_flow_group; in mlx5_fpga_ipsec_build_fs_cmds()1361 mlx5_fs_cmd_get_default(egress_to_fs_ft(false))->update_root_ft; in mlx5_fpga_ipsec_build_fs_cmds()1365 mlx5_fs_cmd_get_default(egress_to_fs_ft(true))->create_flow_table; in mlx5_fpga_ipsec_build_fs_cmds()[all …]
116 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type);
893 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default() function
2316 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()