Home
last modified time | relevance | path

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

/Linux-v5.10/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.c839 static const struct mlx5_flow_cmds mlx5_flow_cmds = { variable
858 static const struct mlx5_flow_cmds mlx5_flow_cmd_stubs = {
877 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void) in mlx5_fs_cmd_get_fw_cmds()
879 return &mlx5_flow_cmds; in mlx5_fs_cmd_get_fw_cmds()
882 static const struct mlx5_flow_cmds *mlx5_fs_cmd_get_stub_cmds(void) in mlx5_fs_cmd_get_stub_cmds()
887 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_default(enum fs_flow_table_type type) in mlx5_fs_cmd_get_default()
Dfs_core.h268 const struct mlx5_flow_cmds *cmds;
279 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_fw_cmds(void);
Dfs_core.c2425 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
3227 const struct mlx5_flow_cmds *cmds; in mlx5_flow_namespace_set_mode()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.h43 const struct mlx5_flow_cmds *
51 static inline const struct mlx5_flow_cmds *
Dipsec.c1249 static struct mlx5_flow_cmds fpga_ipsec_ingress;
1250 static struct mlx5_flow_cmds fpga_ipsec_egress;
1252 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-v5.10/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.c668 static const struct mlx5_flow_cmds mlx5_flow_cmds_dr = {
687 const struct mlx5_flow_cmds *mlx5_fs_cmd_get_dr_cmds(void) in mlx5_fs_cmd_get_dr_cmds()