Home
last modified time | relevance | path

Searched refs:mlx5_flow_table (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.h40 struct mlx5_flow_table *ft,
42 struct mlx5_flow_table *next_ft);
44 struct mlx5_flow_table *ft);
47 struct mlx5_flow_table *ft,
48 struct mlx5_flow_table *next_ft);
51 struct mlx5_flow_table *ft,
56 struct mlx5_flow_table *ft,
60 struct mlx5_flow_table *ft,
65 struct mlx5_flow_table *ft,
71 struct mlx5_flow_table *ft,
[all …]
H A Dfs_cmd.c44 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_root_ft()
52 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_table()
64 struct mlx5_flow_table *ft) in mlx5_cmd_stub_destroy_flow_table()
70 struct mlx5_flow_table *ft, in mlx5_cmd_stub_modify_flow_table()
77 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_flow_group()
85 struct mlx5_flow_table *ft, in mlx5_cmd_stub_destroy_flow_group()
92 struct mlx5_flow_table *ft, in mlx5_cmd_stub_create_fte()
100 struct mlx5_flow_table *ft, in mlx5_cmd_stub_update_fte()
109 struct mlx5_flow_table *ft, in mlx5_cmd_stub_delete_fte()
277 struct mlx5_flow_table *ft, in mlx5_cmd_create_flow_table()
[all …]
H A Dfs_core.c564 struct mlx5_flow_table *ft; in del_hw_flow_table()
582 struct mlx5_flow_table *ft; in del_sw_flow_table()
598 struct mlx5_flow_table *ft; in modify_fte()
664 struct mlx5_flow_table *ft; in del_hw_fte()
710 struct mlx5_flow_table *ft; in del_hw_flow_group()
728 struct mlx5_flow_table *ft; in del_sw_flow_group()
983 static struct mlx5_flow_table *find_next_fwd_ft(struct mlx5_flow_table *ft, in find_next_fwd_ft()
1327 struct mlx5_flow_table *
1334 struct mlx5_flow_table*
1349 struct mlx5_flow_table*
[all …]
H A Deswitch.h99 struct mlx5_flow_table *acl;
132 struct mlx5_flow_table *acl;
236 struct mlx5_flow_table *fdb;
240 struct mlx5_flow_table *vepa_fdb;
247 struct mlx5_flow_table *tc_miss_table;
248 struct mlx5_flow_table *slow_fdb;
278 struct mlx5_flow_table *ft_offloads;
282 struct mlx5_flow_table *ft_ipsec_tx_pol;
457 struct mlx5_flow_table *ft,
759 struct mlx5_flow_table *
[all …]
H A Dfs_core.h173 struct mlx5_flow_table *ft;
188 struct mlx5_flow_table { struct
287 struct mlx5_flow_table *root_ft;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.h24 struct mlx5_flow_table *default_ft;
42 struct mlx5_flow_table *
49 struct mlx5_flow_table *
52 struct mlx5_flow_table *
56 struct mlx5_flow_table *ft);
71 struct mlx5_flow_table *ft);
81 static inline struct mlx5_flow_table *
88 static inline struct mlx5_flow_table *
H A Dfs_chains.c69 struct mlx5_flow_table *ft;
70 struct mlx5_flow_table *next_ft;
151 static struct mlx5_flow_table *
157 struct mlx5_flow_table *ft; in mlx5_chains_create_table()
369 struct mlx5_flow_table *ft, in mlx5_chains_add_miss_rule()
466 struct mlx5_flow_table *next_ft; in mlx5_chains_create_prio()
467 struct mlx5_flow_table *ft; in mlx5_chains_create_prio()
596 struct mlx5_flow_table *
682 struct mlx5_flow_table *
688 struct mlx5_flow_table *
[all …]
H A Dipsec_fs_roce.c15 struct mlx5_flow_table *ft;
19 struct mlx5_flow_table *ft_rdma;
25 struct mlx5_flow_table *ft;
99 struct mlx5_flow_table *pol_ft) in ipsec_fs_roce_tx_rule_setup()
141 struct mlx5_flow_table *pol_ft) in mlx5_ipsec_fs_roce_tx_create()
145 struct mlx5_flow_table *ft; in mlx5_ipsec_fs_roce_tx_create()
199 struct mlx5_flow_table *mlx5_ipsec_fs_roce_ft_get(struct mlx5_ipsec_fs *ipsec_roce, u32 family) in mlx5_ipsec_fs_roce_ft_get()
240 struct mlx5_flow_table *ft; in mlx5_ipsec_fs_roce_rx_create()
H A Dipsec_fs_roce.h9 struct mlx5_flow_table *
21 struct mlx5_flow_table *pol_ft);
H A Dfs_ttc.c31 struct mlx5_flow_table *t;
37 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table()
192 mlx5_generate_ttc_rule(struct mlx5_core_dev *dev, struct mlx5_flow_table *ft, in mlx5_generate_ttc_rule()
241 struct mlx5_flow_table *ft; in mlx5_generate_ttc_table_rules()
359 struct mlx5_flow_table *ft, in mlx5_generate_inner_ttc_rule()
401 struct mlx5_flow_table *ft; in mlx5_generate_inner_ttc_table_rules()
/openbmc/linux/include/linux/mlx5/
H A Dfs.h128 struct mlx5_flow_table;
165 struct mlx5_flow_table *ft;
174 struct mlx5_flow_table *hit_ft;
175 struct mlx5_flow_table *miss_ft;
205 struct mlx5_flow_table *next_ft;
213 struct mlx5_flow_table *
217 struct mlx5_flow_table *
221 struct mlx5_flow_table *
227 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft);
288 mlx5_add_flow_rules(struct mlx5_flow_table *ft,
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.h24 struct mlx5_flow_table *
27 struct mlx5_flow_table *
30 struct mlx5_flow_table *
48 static inline struct mlx5_flow_table *
54 static inline struct mlx5_flow_table *
H A Dct_fs.h19 int (*init)(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct,
20 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct);
H A Dct_fs_dmfs.c18 mlx5_ct_fs_dmfs_init(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct, in mlx5_ct_fs_dmfs_init()
19 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_dmfs_init()
H A Dpost_meter.c12 struct mlx5_flow_table *ft;
21 struct mlx5_flow_table *ft;
40 struct mlx5_flow_table *
46 struct mlx5_flow_table *
52 struct mlx5_flow_table *
58 static struct mlx5_flow_table *
258 struct mlx5_flow_table *ft; in mlx5e_post_meter_rate_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c19 struct mlx5_flow_table *fdb;
32 static struct mlx5_flow_table *
37 struct mlx5_flow_table *fdb; in esw_vport_tbl_create()
80 struct mlx5_flow_table *
85 struct mlx5_flow_table *fdb; in mlx5_esw_vporttbl_get()
H A Dindir_table.h14 struct mlx5_flow_table *mlx5_esw_indir_table_get(struct mlx5_eswitch *esw,
42 static inline struct mlx5_flow_table *
H A Dbridge.h14 struct mlx5_flow_table;
29 struct mlx5_flow_table *ingress_ft;
43 struct mlx5_flow_table *skip_ft;
H A Dbridge_mcast.c314 struct mlx5_flow_table *mcast_ft; in mlx5_esw_bridge_port_mcast_fts_init()
335 struct mlx5_flow_table *mcast_ft) in mlx5_esw_bridge_mcast_filter_fg_create()
369 struct mlx5_flow_table *mcast_ft) in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
412 struct mlx5_flow_table *mcast_ft) in mlx5_esw_bridge_mcast_qinq_fg_create()
422 struct mlx5_flow_table *mcast_ft) in mlx5_esw_bridge_mcast_fwd_fg_create()
451 struct mlx5_flow_table *mcast_ft = port->mcast.ft; in mlx5_esw_bridge_port_mcast_fgs_init()
774 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_igmp_fg_create()
807 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_mld_fg_create()
848 struct mlx5_flow_table *ingress_ft = br_offloads->ingress_ft; in mlx5_esw_bridge_ingress_mcast_fgs_init()
880 struct mlx5_flow_table *skip_ft) in mlx5_esw_bridge_ingress_igmp_fh_create()
[all …]
H A Dbridge_priv.h187 struct mlx5_flow_table *ft;
211 struct mlx5_flow_table *egress_ft;
223 struct mlx5_flow_table *mlx5_esw_bridge_table_create(int max_fte, u32 level,
H A Dbridge.c64 struct mlx5_flow_table *
70 struct mlx5_flow_table *fdb; in mlx5_esw_bridge_table_create()
92 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
132 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_fg_create()
142 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_qinq_fg_create()
154 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
250 struct mlx5_flow_table *egress_ft) in mlx5_esw_bridge_egress_vlan_proto_fg_create()
294 struct mlx5_flow_table *egress_ft) in mlx5_esw_bridge_egress_qinq_fg_create()
463 struct mlx5_flow_table *skip_ft,
474 struct mlx5_flow_table *egress_ft; in mlx5_esw_bridge_egress_table_init()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c21 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft()
30 struct mlx5_flow_table *ft, in set_miss_action()
31 struct mlx5_flow_table *next_ft) in set_miss_action()
65 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table()
108 struct mlx5_flow_table *ft) in mlx5_cmd_dr_destroy_flow_table()
135 struct mlx5_flow_table *ft, in mlx5_cmd_dr_modify_flow_table()
145 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_group()
179 struct mlx5_flow_table *ft, in mlx5_cmd_dr_destroy_flow_group()
254 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_fte()
729 struct mlx5_flow_table *ft, in mlx5_cmd_dr_delete_fte()
[all …]
H A Dmlx5dr.h59 mlx5dr_table_get_from_fs_ft(struct mlx5_flow_table *ft);
93 struct mlx5_flow_table *ft);
147 struct mlx5_flow_table *hit_ft,
148 struct mlx5_flow_table *miss_ft,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h65 TP_PROTO(const struct mlx5_flow_table *ft),
68 __field(const struct mlx5_flow_table *, ft)
84 TP_PROTO(const struct mlx5_flow_table *ft),
87 __field(const struct mlx5_flow_table *, ft)
104 __field(const struct mlx5_flow_table *, ft)
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h185 struct mlx5_flow_table *pol;
186 struct mlx5_flow_table *sa;
187 struct mlx5_flow_table *status;

123