Searched refs:mlx5_flow_root_namespace (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_cmd.h | 39 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); 98 int (*create_ns)(struct mlx5_flow_root_namespace *ns); [all …]
|
A D | fs_core.h | 134 struct mlx5_flow_root_namespace *root_ns; 135 struct mlx5_flow_root_namespace *fdb_root_ns; 137 struct mlx5_flow_root_namespace **esw_egress_root_ns; 139 struct mlx5_flow_root_namespace *sniffer_tx_root_ns; 140 struct mlx5_flow_root_namespace *sniffer_rx_root_ns; 141 struct mlx5_flow_root_namespace *rdma_rx_root_ns; 142 struct mlx5_flow_root_namespace *rdma_tx_root_ns; 143 struct mlx5_flow_root_namespace *egress_root_ns; 144 struct mlx5_flow_root_namespace *port_sel_root_ns; 274 struct mlx5_flow_root_namespace { struct [all …]
|
A D | fs_cmd.c | 91 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() 147 static int mlx5_cmd_stub_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_stub_create_ns() 170 struct mlx5_flow_root_namespace *root; in mlx5_cmd_set_slave_root_fdb() 204 mlx5_cmd_stub_create_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_create_match_definer() 711 static int mlx5_cmd_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_create_fte() 722 static int mlx5_cmd_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_update_fte() [all …]
|
A D | fs_core.c | 542 struct mlx5_flow_root_namespace *root; in del_hw_flow_table() 576 struct mlx5_flow_root_namespace *root; in modify_fte() 642 struct mlx5_flow_root_namespace *root; in del_hw_fte() 687 struct mlx5_flow_root_namespace *root; in del_hw_flow_group() 1032 struct mlx5_flow_root_namespace *root; in _mlx5_modify_rule_destination() 1464 struct mlx5_flow_root_namespace *root; in add_rule_fte() 2627 static struct mlx5_flow_root_namespace 3146 struct mlx5_flow_root_namespace *root; in mlx5_fs_get_capabilities() 3476 static struct mlx5_flow_root_namespace 3496 struct mlx5_flow_root_namespace *root; in mlx5_modify_header_alloc() [all …]
|
A D | eswitch_offloads.c | 2442 struct mlx5_flow_root_namespace *root; in esw_set_slave_root_fdb() 2709 struct mlx5_flow_root_namespace *peer_ns; in mlx5_esw_offloads_set_ns_peer() 2710 struct mlx5_flow_root_namespace *ns; in mlx5_esw_offloads_set_ns_peer()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | fs_dr.c | 20 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() 706 mlx5_cmd_dr_destroy_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_destroy_match_definer() 718 static int mlx5_cmd_dr_delete_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_delete_fte() 742 static int mlx5_cmd_dr_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_update_fte() 772 static int mlx5_cmd_dr_set_peer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_set_peer() 773 struct mlx5_flow_root_namespace *peer_ns) in mlx5_cmd_dr_set_peer() 784 static int mlx5_cmd_dr_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_dr_create_ns() [all …]
|
A D | fs_dr.h | 10 struct mlx5_flow_root_namespace;
|
Completed in 28 milliseconds