/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.h | 40 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 …]
|
D | fs_core.c | 514 struct mlx5_flow_table *ft; in del_hw_flow_table() 532 struct mlx5_flow_table *ft; in del_sw_flow_table() 548 struct mlx5_flow_table *ft; in modify_fte() 614 struct mlx5_flow_table *ft; in del_hw_fte() 660 struct mlx5_flow_table *ft; in del_hw_flow_group() 678 struct mlx5_flow_table *ft; in del_sw_flow_group() 722 static struct fs_fte *alloc_fte(struct mlx5_flow_table *ft, in alloc_fte() 780 static struct mlx5_flow_group *alloc_insert_flow_group(struct mlx5_flow_table *ft, in alloc_insert_flow_group() 814 static struct mlx5_flow_table *alloc_flow_table(int level, u16 vport, in alloc_flow_table() 819 struct mlx5_flow_table *ft; in alloc_flow_table() [all …]
|
D | fs_cmd.c | 44 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() 54 struct mlx5_flow_table *next_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() 71 struct mlx5_flow_table *next_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() [all …]
|
D | eswitch.h | 97 struct mlx5_flow_table *acl; 125 struct mlx5_flow_table *acl; 202 struct mlx5_flow_table *fdb; 206 struct mlx5_flow_table *vepa_fdb; 213 struct mlx5_flow_table *tc_miss_table; 214 struct mlx5_flow_table *slow_fdb; 240 struct mlx5_flow_table *ft_offloads_restore; 245 struct mlx5_flow_table *ft_offloads; 411 struct mlx5_flow_table *ft, 668 struct mlx5_flow_table *
|
D | fs_core.h | 165 struct mlx5_flow_table *ft; 180 struct mlx5_flow_table { struct 279 struct mlx5_flow_table *root_ft;
|
D | en_tc.h | 67 struct mlx5_flow_table *hairpin_ft; 81 struct mlx5_flow_table *ft; 82 struct mlx5_flow_table *dest_ft;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_chains.h | 23 struct mlx5_flow_table *default_ft; 41 struct mlx5_flow_table * 48 struct mlx5_flow_table * 51 struct mlx5_flow_table * 55 struct mlx5_flow_table *ft); 70 struct mlx5_flow_table *ft); 78 static inline struct mlx5_flow_table * 85 static inline struct mlx5_flow_table *
|
D | fs_chains.c | 31 struct mlx5_flow_table *tc_default_ft; 32 struct mlx5_flow_table *tc_end_ft; 69 struct mlx5_flow_table *ft; 70 struct mlx5_flow_table *next_ft; 146 struct mlx5_flow_table *ft) in mlx5_chains_set_end_ft() 151 static struct mlx5_flow_table * 157 struct mlx5_flow_table *ft; in mlx5_chains_create_table() 368 struct mlx5_flow_table *ft, in mlx5_chains_add_miss_rule() 369 struct mlx5_flow_table *next_ft) in mlx5_chains_add_miss_rule() 395 struct mlx5_flow_table *next_ft) in mlx5_chains_update_prio_prevs() [all …]
|
D | fs_ttc.c | 31 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()
|
/Linux-v6.1/include/linux/mlx5/ |
D | fs.h | 119 struct mlx5_flow_table; 151 struct mlx5_flow_table *ft; 184 struct mlx5_flow_table *next_ft; 192 struct mlx5_flow_table * 196 struct mlx5_flow_table * 200 struct mlx5_flow_table * 203 struct mlx5_flow_table *mlx5_create_lag_demux_flow_table( 206 int mlx5_destroy_flow_table(struct mlx5_flow_table *ft); 215 mlx5_create_flow_group(struct mlx5_flow_table *ft, u32 *in); 267 mlx5_add_flow_rules(struct mlx5_flow_table *ft, [all …]
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs.h | 19 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);
|
D | ct_fs_dmfs.c | 18 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()
|
D | ct_fs_smfs.c | 35 struct mlx5_flow_table *ct_nat; 183 mlx5_ct_fs_smfs_init(struct mlx5_ct_fs *fs, struct mlx5_flow_table *ct, in mlx5_ct_fs_smfs_init() 184 struct mlx5_flow_table *ct_nat, struct mlx5_flow_table *post_ct) in mlx5_ct_fs_smfs_init()
|
D | post_act.c | 13 struct mlx5_flow_table *ft; 171 struct mlx5_flow_table *
|
D | post_meter.h | 17 struct mlx5_flow_table *
|
D | post_meter.c | 12 struct mlx5_flow_table *ft; 18 struct mlx5_flow_table *
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | vporttbl.c | 19 struct mlx5_flow_table *fdb; 24 static struct mlx5_flow_table * 29 struct mlx5_flow_table *fdb; in esw_vport_tbl_create() 72 struct mlx5_flow_table * 77 struct mlx5_flow_table *fdb; in mlx5_esw_vporttbl_get()
|
D | bridge.h | 13 struct mlx5_flow_table; 27 struct mlx5_flow_table *ingress_ft; 34 struct mlx5_flow_table *skip_ft;
|
D | indir_table.h | 14 struct mlx5_flow_table *mlx5_esw_indir_table_get(struct mlx5_eswitch *esw, 44 static inline struct mlx5_flow_table *
|
D | bridge.c | 96 struct mlx5_flow_table *egress_ft; 149 static struct mlx5_flow_table * 155 struct mlx5_flow_table *fdb; in mlx5_esw_bridge_table_create() 177 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_proto_fg_create() 217 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_fg_create() 227 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_qinq_fg_create() 239 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create() 276 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_vlan_filter_fg_create() 287 struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_qinq_filter_fg_create() 297 mlx5_esw_bridge_ingress_mac_fg_create(struct mlx5_eswitch *esw, struct mlx5_flow_table *ingress_ft) in mlx5_esw_bridge_ingress_mac_fg_create() [all …]
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | fs_dr.c | 20 struct mlx5_flow_table *ft, in mlx5_cmd_dr_update_root_ft() 29 struct mlx5_flow_table *ft, in set_miss_action() 30 struct mlx5_flow_table *next_ft) in set_miss_action() 64 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_table() 66 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_create_flow_table() 107 struct mlx5_flow_table *ft) in mlx5_cmd_dr_destroy_flow_table() 134 struct mlx5_flow_table *ft, in mlx5_cmd_dr_modify_flow_table() 135 struct mlx5_flow_table *next_ft) in mlx5_cmd_dr_modify_flow_table() 144 struct mlx5_flow_table *ft, in mlx5_cmd_dr_create_flow_group() 178 struct mlx5_flow_table *ft, in mlx5_cmd_dr_destroy_flow_group() [all …]
|
D | mlx5dr.h | 58 mlx5dr_table_get_from_fs_ft(struct mlx5_flow_table *ft); 92 struct mlx5_flow_table *ft);
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.h | 65 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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 19 struct mlx5_flow_table *ft; 25 struct mlx5_flow_table *ft; 40 struct mlx5_flow_table *ft; 115 struct mlx5_flow_table *ft = fs_prot->ft; in rx_fs_create() 182 struct mlx5_flow_table *ft; in rx_create() 291 struct mlx5_flow_table *ft; in tx_create()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
D | helper.h | 10 struct mlx5_flow_table *
|