Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.h66 const struct mlx5_flow_cmds *
134 static inline const struct mlx5_flow_cmds *
Dipsec.c1218 static struct mlx5_flow_cmds fpga_ipsec_ingress;
1219 static struct mlx5_flow_cmds fpga_ipsec_egress;
1221 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default_ipsec_fpga_cmds(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default_ipsec_fpga_cmds()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h38 struct mlx5_flow_cmds { struct
99 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument
Dfs_cmd.c720 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
732 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
744 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()
746 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()
749 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()
754 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
Dfs_core.h226 const struct mlx5_flow_cmds *cmds;
Dfs_core.c2214 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()