Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.h38 struct mlx5_flow_cmds { struct
116 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type); argument
117 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
Dfs_cmd.c845 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
864 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
883 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()
885 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()
888 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()
893 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
Dfs_core.h253 const struct mlx5_flow_cmds *cmds;
264 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
Dfs_core.c2316 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
3017 const struct mlx5_flow_cmds *cmds; in mlx5_flow_namespace_set_mode()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.h45 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void);
49 static inline const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
Dfs_dr.c578 static const struct mlx5_flow_cmds mlx5_flow_cmds_dr = {
597 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.h64 const struct mlx5_flow_cmds *
Dipsec.c1230 static struct mlx5_flow_cmds fpga_ipsec_ingress;
1231 static struct mlx5_flow_cmds fpga_ipsec_egress;
1233 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()