Home
last modified time | relevance | path

Searched refs:mlx5_flow_root_namespace (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h39 int (*create_flow_table)(struct mlx5_flow_root_namespace *ns,
46 int (*modify_flow_table)(struct mlx5_flow_root_namespace *ns,
50 int (*create_flow_group)(struct mlx5_flow_root_namespace *ns,
59 int (*create_fte)(struct mlx5_flow_root_namespace *ns,
64 int (*update_fte)(struct mlx5_flow_root_namespace *ns,
70 int (*delete_fte)(struct mlx5_flow_root_namespace *ns,
74 int (*update_root_ft)(struct mlx5_flow_root_namespace *ns,
95 int (*set_peer)(struct mlx5_flow_root_namespace *ns,
96 struct mlx5_flow_root_namespace *peer_ns,
99 int (*create_ns)(struct mlx5_flow_root_namespace *ns);
[all …]
H A Dfs_core.h141 struct mlx5_flow_root_namespace *root_ns;
142 struct mlx5_flow_root_namespace *fdb_root_ns;
144 struct mlx5_flow_root_namespace **esw_egress_root_ns;
146 struct mlx5_flow_root_namespace *sniffer_tx_root_ns;
147 struct mlx5_flow_root_namespace *sniffer_rx_root_ns;
148 struct mlx5_flow_root_namespace *rdma_rx_root_ns;
149 struct mlx5_flow_root_namespace *rdma_tx_root_ns;
150 struct mlx5_flow_root_namespace *egress_root_ns;
151 struct mlx5_flow_root_namespace *port_sel_root_ns;
281 struct mlx5_flow_root_namespace { struct
[all …]
H A Dfs_cmd.c91 static int mlx5_cmd_stub_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_create_fte()
99 static int mlx5_cmd_stub_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_update_fte()
108 static int mlx5_cmd_stub_delete_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_delete_fte()
141 static int mlx5_cmd_stub_set_peer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_set_peer()
142 struct mlx5_flow_root_namespace *peer_ns, in mlx5_cmd_stub_set_peer()
148 static int mlx5_cmd_stub_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_stub_create_ns()
171 struct mlx5_flow_root_namespace *root; in mlx5_cmd_set_slave_root_fdb()
205 mlx5_cmd_stub_create_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_create_match_definer()
749 static int mlx5_cmd_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_create_fte()
760 static int mlx5_cmd_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_update_fte()
[all …]
H A Dfs_core.c563 struct mlx5_flow_root_namespace *root; in del_hw_flow_table()
597 struct mlx5_flow_root_namespace *root; in modify_fte()
663 struct mlx5_flow_root_namespace *root; in del_hw_fte()
708 struct mlx5_flow_root_namespace *root; in del_hw_flow_group()
1109 struct mlx5_flow_root_namespace *root; in _mlx5_modify_rule_destination()
1541 struct mlx5_flow_root_namespace *root; in add_rule_fte()
2731 static struct mlx5_flow_root_namespace
3262 struct mlx5_flow_root_namespace *root; in mlx5_fs_get_capabilities()
3592 static struct mlx5_flow_root_namespace
3612 struct mlx5_flow_root_namespace *root; in mlx5_modify_header_alloc()
[all …]
H A Deswitch_offloads.c2627 struct mlx5_flow_root_namespace *root; in esw_set_slave_root_fdb()
2943 struct mlx5_flow_root_namespace *peer_ns; in mlx5_esw_offloads_set_ns_peer()
2944 struct mlx5_flow_root_namespace *ns; in mlx5_esw_offloads_set_ns_peer()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c20 static int mlx5_cmd_dr_update_root_ft(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_update_root_ft()
29 static int set_miss_action(struct mlx5_flow_root_namespace *ns, in set_miss_action()
64 static int mlx5_cmd_dr_create_flow_table(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_create_flow_table()
253 static int mlx5_cmd_dr_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_create_fte()
716 mlx5_cmd_dr_destroy_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_destroy_match_definer()
728 static int mlx5_cmd_dr_delete_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_delete_fte()
752 static int mlx5_cmd_dr_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_update_fte()
782 static int mlx5_cmd_dr_set_peer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_set_peer()
783 struct mlx5_flow_root_namespace *peer_ns, in mlx5_cmd_dr_set_peer()
795 static int mlx5_cmd_dr_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_dr_create_ns()
[all …]
H A Dfs_dr.h10 struct mlx5_flow_root_namespace;