Searched refs:fwd_dest (Results 1 – 3 of 3) sorted by relevance
29 struct mlx5_flow_destination *fwd_dest) in esw_acl_egress_ofld_fwd2vport_create() argument35 vport->vport, fwd_dest->vport.num); in esw_acl_egress_ofld_fwd2vport_create()44 &flow_act, fwd_dest, 1); in esw_acl_egress_ofld_fwd2vport_create()58 struct mlx5_flow_destination *fwd_dest) in esw_acl_egress_ofld_rules_create() argument72 action |= fwd_dest ? MLX5_FLOW_CONTEXT_ACTION_FWD_DEST : in esw_acl_egress_ofld_rules_create()81 if (fwd_dest) { in esw_acl_egress_ofld_rules_create()229 struct mlx5_flow_destination fwd_dest = {}; in mlx5_esw_acl_egress_vport_bond() local242 fwd_dest.type = MLX5_FLOW_DESTINATION_TYPE_VPORT; in mlx5_esw_acl_egress_vport_bond()243 fwd_dest.vport.num = active_vport_num; in mlx5_esw_acl_egress_vport_bond()244 fwd_dest.vport.vhca_id = MLX5_CAP_GEN(esw->dev, vhca_id); in mlx5_esw_acl_egress_vport_bond()[all …]
16 struct mlx5_flow_destination *fwd_dest,
50 struct mlx5_flow_destination *fwd_dest, in esw_egress_acl_vlan_create() argument73 &flow_act, fwd_dest, 0); in esw_egress_acl_vlan_create()
Completed in 4 milliseconds