Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_flow.h51 int verbs_to_dpdk);
H A Dmlx4_flow.c96 mlx4_conv_rss_types(struct mlx4_priv *priv, uint64_t types, int verbs_to_dpdk) in mlx4_conv_rss_types() argument
146 const uint64_t *in = verbs_to_dpdk ? verbs : dpdk; in mlx4_conv_rss_types()
147 const uint64_t *out = verbs_to_dpdk ? dpdk : verbs; in mlx4_conv_rss_types()
153 if (!verbs_to_dpdk) in mlx4_conv_rss_types()
162 if ((verbs_to_dpdk || (conv & priv->hw_rss_sup) == conv) && in mlx4_conv_rss_types()