Home
last modified time | relevance | path

Searched refs:mlx4_drop (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.h97 struct mlx4_drop;
180 struct mlx4_drop *drop; /**< Shared resources for drop flow rules. */
H A Dmlx4_flow.c69 struct mlx4_drop { struct
950 static struct mlx4_drop *
953 struct mlx4_drop *drop = priv->drop; in mlx4_drop_get()
964 *drop = (struct mlx4_drop){ in mlx4_drop_get()
1001 mlx4_drop_put(struct mlx4_drop *drop) in mlx4_drop_put()