Searched refs:hairpin (Results 1 – 5 of 5) sorted by relevance
99 struct list_head hairpin; /* flows sharing the same hairpin */ member
283 MLX5_SET(rqc, rqc, hairpin, 1); in mlx5_hairpin_create_rq()302 MLX5_SET(sqc, sqc, hairpin, 1); in mlx5_hairpin_create_sq()
1119 if (!MLX5_CAP_GEN(priv->mdev, hairpin) || !MLX5_CAP_GEN(peer_mdev, hairpin)) { in mlx5e_hairpin_flow_add()1210 list_add(&flow->hairpin, &hpe->flows); in mlx5e_hairpin_flow_add()1228 list_del(&flow->hairpin); in mlx5e_hairpin_flow_del()4492 INIT_LIST_HEAD(&flow->hairpin); in mlx5e_alloc_flow()
154 - We refer to a TC NIC rule that involves forwarding as "hairpin".158 Control the number of hairpin queues.162 - Control the size (in packets) of the hairpin queues.
934 bool hairpin; member