Searched refs:mlx5_flow_group (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 64 struct mlx5_flow_group *allow_untagged_spoofchk_grp; 65 struct mlx5_flow_group *allow_spoofchk_only_grp; 66 struct mlx5_flow_group *allow_untagged_only_grp; 67 struct mlx5_flow_group *drop_grp; 75 struct mlx5_flow_group *allowed_vlans_grp; 76 struct mlx5_flow_group *drop_grp; 127 struct mlx5_flow_group *addr_grp; 128 struct mlx5_flow_group *allmulti_grp; 129 struct mlx5_flow_group *promisc_grp; 136 struct mlx5_flow_group *send_to_vport_grp; [all …]
|
D | fs_core.c | 169 .key_len = FIELD_SIZEOF(struct mlx5_flow_group, mask), 170 .key_offset = offsetof(struct mlx5_flow_group, mask), 171 .head_offset = offsetof(struct mlx5_flow_group, hash), 406 struct mlx5_flow_group *fg; in del_sw_hw_rule() 454 struct mlx5_flow_group *fg; in del_hw_fte() 478 struct mlx5_flow_group *fg; in del_sw_fte() 496 struct mlx5_flow_group *fg; in del_hw_flow_group() 514 struct mlx5_flow_group *fg; in del_sw_flow_group() 532 static int insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) in insert_fte() 578 struct mlx5_flow_group *fg) in dealloc_flow_group() [all …]
|
D | fs_cmd.h | 64 struct mlx5_flow_group *fg,
|
D | fs_core.h | 207 struct mlx5_flow_group { struct
|
D | fs_cmd.c | 92 struct mlx5_flow_group *group, in mlx5_cmd_stub_create_fte() 441 struct mlx5_flow_group *group, in mlx5_cmd_create_fte()
|
D | eswitch.c | 256 struct mlx5_flow_group *g; in esw_create_legacy_fdb_table() 848 struct mlx5_flow_group *vlan_grp = NULL; in esw_vport_enable_egress_acl() 849 struct mlx5_flow_group *drop_grp = NULL; in esw_vport_enable_egress_acl() 965 struct mlx5_flow_group *g; in esw_vport_enable_ingress_acl()
|
D | eswitch_offloads.c | 585 struct mlx5_flow_group *g; in esw_create_offloads_fdb_tables() 735 struct mlx5_flow_group *g; in esw_create_vport_rx_group()
|
/Linux-v4.19/include/linux/mlx5/ |
D | fs.h | 78 struct mlx5_flow_group; 146 struct mlx5_flow_group * 148 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg);
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.h | 65 TP_PROTO(const struct mlx5_flow_group *fg), 68 __field(const struct mlx5_flow_group *, fg) 116 TP_PROTO(const struct mlx5_flow_group *fg), 119 __field(const struct mlx5_flow_group *, fg) 150 __field(const struct mlx5_flow_group *, fg)
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs.h | 26 struct mlx5_flow_group **g;
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | ipsec.c | 754 struct mlx5_flow_group *fg; in mlx5_fpga_ipsec_fs_create_sa_ctx() 1030 struct mlx5_flow_group *fg, in fpga_ipsec_fs_create_fte() 1036 struct mlx5_flow_group *fg, in fpga_ipsec_fs_create_fte() 1156 struct mlx5_flow_group *fg, in mlx5_fpga_ipsec_fs_create_fte_egress() 1193 struct mlx5_flow_group *fg, in mlx5_fpga_ipsec_fs_create_fte_ingress()
|