Searched refs:steer (Results 1 – 7 of 7) sorted by relevance
21 if (priv->steer.rss[i].flow) { in mlx5_vdpa_rss_flows_destroy()23 (priv->steer.rss[i].flow)); in mlx5_vdpa_rss_flows_destroy()24 priv->steer.rss[i].flow = NULL; in mlx5_vdpa_rss_flows_destroy()31 if (priv->steer.rss[i].tir) { in mlx5_vdpa_rss_flows_destroy()34 priv->steer.rss[i].tir = NULL; in mlx5_vdpa_rss_flows_destroy()36 if (priv->steer.rss[i].matcher) { in mlx5_vdpa_rss_flows_destroy()48 if (priv->steer.rqt) { in mlx5_vdpa_steer_unset()50 priv->steer.rqt = NULL; in mlx5_vdpa_steer_unset()92 if (!priv->steer.rqt) { in mlx5_vdpa_rqt_prepare()95 if (!priv->steer.rqt) { in mlx5_vdpa_rqt_prepare()[all …]
589 priv->steer.domain = mlx5_glue->dr_create_domain(ctx, in mlx5_vdpa_create_dev_resources()591 if (!priv->steer.domain) { in mlx5_vdpa_create_dev_resources()597 priv->steer.tbl = mlx5_glue->dr_create_flow_tbl(priv->steer.domain, 0); in mlx5_vdpa_create_dev_resources()598 if (!priv->steer.tbl) { in mlx5_vdpa_create_dev_resources()695 if (priv->steer.tbl) in mlx5_vdpa_release_dev_resources()696 claim_zero(mlx5_glue->dr_destroy_flow_tbl(priv->steer.tbl)); in mlx5_vdpa_release_dev_resources()697 if (priv->steer.domain) in mlx5_vdpa_release_dev_resources()698 claim_zero(mlx5_glue->dr_destroy_domain(priv->steer.domain)); in mlx5_vdpa_release_dev_resources()
155 struct mlx5_vdpa_steer steer; member
1294 steer = NULL; in enic_fm_reorder_action_op()1301 steer = op; in enic_fm_reorder_action_op()1305 if (steer && decap && decap < steer) { in enic_fm_reorder_action_op()1310 *decap = *steer; in enic_fm_reorder_action_op()1311 *steer = tmp_op; in enic_fm_reorder_action_op()1627 bool steer; in enic_fm_copy_action() local1635 steer = false; in enic_fm_copy_action()1724 steer = true; in enic_fm_copy_action()1791 steer = true; in enic_fm_copy_action()2473 if (steer) { in enic_fm_flow_free()[all …]
23 layer 2 (L2) traffic (such as OVS) need to steer traffic themselves
4955 Validate and create a QinQ rule on port 0 to steer traffic to a VF queue in a VM.4971 Validate and create a QinQ rule on port 0 to steer traffic to a queue on the host.4996 Create VXLAN rules on port 0 to steer traffic to PF queues.
1000 itself and not steer LACP traffic to the kernel.