Home
last modified time | relevance | path

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

123

/linux/drivers/net/ethernet/mellanox/mlx5/core/
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 …]
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 …]
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()
709 struct mlx5_flow_table *ft; in del_hw_fte()
776 struct mlx5_flow_table *ft; in del_hw_flow_group()
794 struct mlx5_flow_table *ft; in del_sw_flow_group()
1049 static struct mlx5_flow_table *find_next_fwd_ft(struct mlx5_flow_table *ft, in find_next_fwd_ft()
1421 struct mlx5_flow_table *
1428 struct mlx5_flow_table*
1443 struct mlx5_flow_table*
[all …]
A Deswitch.h99 struct mlx5_flow_table *acl;
132 struct mlx5_flow_table *acl;
237 struct mlx5_flow_table *fdb;
241 struct mlx5_flow_table *vepa_fdb;
248 struct mlx5_flow_table *tc_miss_table;
249 struct mlx5_flow_table *slow_fdb;
279 struct mlx5_flow_table *ft_offloads;
283 struct mlx5_flow_table *ft_ipsec_tx_pol;
458 struct mlx5_flow_table *ft,
762 struct mlx5_flow_table *
[all …]
A Den_tc.h69 struct mlx5_flow_table *hairpin_ft;
87 struct mlx5_flow_table *ft;
88 struct mlx5_flow_table *dest_ft;
89 struct mlx5_flow_table *extra_split_ft;
A Dfs_core.h176 struct mlx5_flow_table *ft;
191 struct mlx5_flow_table { struct
299 struct mlx5_flow_table *root_ft;
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
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 *
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 …]
A Dipsec_fs_roce.c18 struct mlx5_flow_table *ft;
21 struct mlx5_flow_table *nic_master_ft;
24 struct mlx5_flow_table *goto_alias_ft;
28 struct mlx5_flow_table *ft_rdma;
34 struct mlx5_flow_table *ft;
284 struct mlx5_flow_table next_ft; in ipsec_fs_roce_tx_mpv_create_ft()
285 struct mlx5_flow_table *ft; in ipsec_fs_roce_tx_mpv_create_ft()
444 struct mlx5_flow_table next_ft; in ipsec_fs_roce_rx_mpv_create()
445 struct mlx5_flow_table *ft; in ipsec_fs_roce_rx_mpv_create()
603 struct mlx5_flow_table *ft; in mlx5_ipsec_fs_roce_tx_create()
[all …]
A Dipsec_fs_roce.h11 struct mlx5_flow_table *
24 struct mlx5_flow_table *pol_ft,
/linux/include/linux/mlx5/
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 …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
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 *
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);
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()
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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
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()
A Dbridge.h14 struct mlx5_flow_table;
29 struct mlx5_flow_table *ingress_ft;
43 struct mlx5_flow_table *skip_ft;
A Dindir_table.h14 struct mlx5_flow_table *mlx5_esw_indir_table_get(struct mlx5_eswitch *esw,
42 static inline struct mlx5_flow_table *
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 …]
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,
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 …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dfs_dr.c13 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft()
22 struct mlx5_flow_table *ft, in set_miss_action()
23 struct mlx5_flow_table *next_ft) in set_miss_action()
57 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table()
100 struct mlx5_flow_table *ft) in mlx5_cmd_dr_destroy_flow_table()
127 struct mlx5_flow_table *ft, in mlx5_cmd_dr_modify_flow_table()
137 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_group()
171 struct mlx5_flow_table *ft, in mlx5_cmd_dr_destroy_flow_group()
253 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_fte()
730 struct mlx5_flow_table *ft, in mlx5_cmd_dr_delete_fte()
[all …]
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,
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
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)
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dipsec.h185 struct mlx5_flow_table *pol;
186 struct mlx5_flow_table *sa;
187 struct mlx5_flow_table *status;

Completed in 63 milliseconds

123