| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| D | bridge.h | 14 struct mlx5_flow_group; 28 struct mlx5_flow_group *ingress_vlan_fg; 29 struct mlx5_flow_group *ingress_vlan_filter_fg; 30 struct mlx5_flow_group *ingress_qinq_fg; 31 struct mlx5_flow_group *ingress_qinq_filter_fg; 32 struct mlx5_flow_group *ingress_mac_fg;
|
| D | bridge.c | 97 struct mlx5_flow_group *egress_vlan_fg; 98 struct mlx5_flow_group *egress_qinq_fg; 99 struct mlx5_flow_group *egress_mac_fg; 100 struct mlx5_flow_group *egress_miss_fg; 174 static struct mlx5_flow_group * 180 struct mlx5_flow_group *fg; in mlx5_esw_bridge_ingress_vlan_proto_fg_create() 215 static struct mlx5_flow_group * 225 static struct mlx5_flow_group * 236 static struct mlx5_flow_group * 242 struct mlx5_flow_group *fg; in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create() [all …]
|
| D | indir_table.c | 38 struct mlx5_flow_group *recirc_grp; 39 struct mlx5_flow_group *fwd_grp;
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch.h | 100 struct mlx5_flow_group *allow_spoofchk_only_grp; 101 struct mlx5_flow_group *allow_untagged_spoofchk_grp; 102 struct mlx5_flow_group *allow_untagged_only_grp; 103 struct mlx5_flow_group *drop_grp; 111 struct mlx5_flow_group *metadata_prio_tag_grp; 115 struct mlx5_flow_group *metadata_allmatch_grp; 117 struct mlx5_flow_group *drop_grp; 127 struct mlx5_flow_group *vlan_grp; 130 struct mlx5_flow_group *drop_grp; 135 struct mlx5_flow_group *fwd_grp; [all …]
|
| D | fs_cmd.h | 53 struct mlx5_flow_group *fg); 57 struct mlx5_flow_group *fg); 61 struct mlx5_flow_group *fg, 66 struct mlx5_flow_group *fg,
|
| D | fs_core.c | 297 .key_len = sizeof_field(struct mlx5_flow_group, mask), 298 .key_offset = offsetof(struct mlx5_flow_group, mask), 299 .head_offset = offsetof(struct mlx5_flow_group, hash), 549 struct mlx5_flow_group *fg; in modify_fte() 615 struct mlx5_flow_group *fg; in del_hw_fte() 641 struct mlx5_flow_group *fg; in del_sw_fte() 659 struct mlx5_flow_group *fg; in del_hw_flow_group() 677 struct mlx5_flow_group *fg; in del_sw_flow_group() 697 static int insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) in insert_fte() 744 struct mlx5_flow_group *fg) in dealloc_flow_group() [all …]
|
| D | fs_cmd.c | 79 struct mlx5_flow_group *fg) in mlx5_cmd_stub_create_flow_group() 86 struct mlx5_flow_group *fg) in mlx5_cmd_stub_destroy_flow_group() 93 struct mlx5_flow_group *group, in mlx5_cmd_stub_create_fte() 101 struct mlx5_flow_group *group, in mlx5_cmd_stub_update_fte() 405 struct mlx5_flow_group *fg) in mlx5_cmd_create_flow_group() 432 struct mlx5_flow_group *fg) in mlx5_cmd_destroy_flow_group() 714 struct mlx5_flow_group *group, in mlx5_cmd_create_fte() 725 struct mlx5_flow_group *fg, in mlx5_cmd_update_fte()
|
| D | rdma.c | 32 struct mlx5_flow_group *fg; in mlx5_rdma_enable_roce_steering()
|
| D | fs_core.h | 261 struct mlx5_flow_group { struct
|
| D | eswitch_offloads.c | 1637 struct mlx5_flow_group *g; in esw_create_send_to_vport_group() 1682 struct mlx5_flow_group *g; in esw_create_meta_send_to_vport_group() 1729 struct mlx5_flow_group *g; in esw_create_peer_esw_miss_group() 1776 struct mlx5_flow_group *g; in esw_create_miss_group() 2014 struct mlx5_flow_group *g; in esw_create_vport_rx_group() 2061 struct mlx5_flow_group *g; in esw_create_vport_rx_drop_group() 2229 struct mlx5_flow_group *g; in esw_create_restore_table() 2619 struct mlx5_flow_group *g; in esw_set_master_egress_rule()
|
| /Linux-v6.1/include/linux/mlx5/ |
| D | fs.h | 120 struct mlx5_flow_group; 214 struct mlx5_flow_group * 216 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg); 255 struct mlx5_flow_group *fg;
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| D | fs_tracepoint.h | 100 TP_PROTO(const struct mlx5_flow_group *fg), 103 __field(const struct mlx5_flow_group *, fg) 151 TP_PROTO(const struct mlx5_flow_group *fg), 154 __field(const struct mlx5_flow_group *, fg) 185 __field(const struct mlx5_flow_group *, fg)
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| D | port_sel.h | 12 struct mlx5_flow_group *fg;
|
| D | port_sel.c | 13 static struct mlx5_flow_group * 19 struct mlx5_flow_group *fg; in mlx5_create_hash_flow_group()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | fs_dr.c | 146 struct mlx5_flow_group *fg) in mlx5_cmd_dr_create_flow_group() 179 struct mlx5_flow_group *fg) in mlx5_cmd_dr_destroy_flow_group() 243 struct mlx5_flow_group *group, in mlx5_cmd_dr_create_fte() 723 struct mlx5_flow_group *group, in mlx5_cmd_dr_update_fte()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| D | post_meter.c | 13 struct mlx5_flow_group *fg;
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
| D | egress_lgcy.c | 23 struct mlx5_flow_group *drop_grp; in esw_acl_egress_lgcy_groups_create()
|
| D | helper.c | 97 struct mlx5_flow_group *vlan_grp; in esw_acl_egress_vlan_grp_create()
|
| D | egress_ofld.c | 106 struct mlx5_flow_group *fwd_grp; in esw_acl_egress_ofld_groups_create()
|
| D | ingress_lgcy.c | 23 struct mlx5_flow_group *g; in esw_acl_ingress_lgcy_groups_create()
|
| D | ingress_ofld.c | 195 struct mlx5_flow_group *g; in esw_acl_ingress_ofld_groups_create()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | fs.h | 27 struct mlx5_flow_group **g;
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec_fs.c | 26 struct mlx5_flow_group *miss_group; 116 struct mlx5_flow_group *miss_group; in rx_fs_create()
|
| D | macsec_fs.c | 64 struct mlx5_flow_group *ft_check_group; 248 struct mlx5_flow_group *flow_group; in macsec_fs_tx_create() 897 struct mlx5_flow_group *flow_group; in macsec_fs_rx_create()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | fs_chains.c | 71 struct mlx5_flow_group *miss_group; 464 struct mlx5_flow_group *miss_group; in mlx5_chains_create_prio()
|