Home
last modified time | relevance | path

Searched refs:hw_rss_sup (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4.c620 uint64_t hw_rss_sup = device_attr_ex->rss_caps.rx_hash_fields_mask; in mlx4_hw_rss_sup() local
626 if (!hw_rss_sup) { in mlx4_hw_rss_sup()
633 if (!(hw_rss_sup & IBV_RX_HASH_INNER)) in mlx4_hw_rss_sup()
634 return hw_rss_sup; in mlx4_hw_rss_sup()
674 .rx_hash_fields_mask = hw_rss_sup, in mlx4_hw_rss_sup()
680 hw_rss_sup &= ~IBV_RX_HASH_INNER; in mlx4_hw_rss_sup()
690 return hw_rss_sup; in mlx4_hw_rss_sup()
989 priv->hw_rss_sup = mlx4_hw_rss_sup(priv->ctx, priv->pd, in mlx4_pci_probe()
992 priv->hw_rss_sup); in mlx4_pci_probe()
H A Dmlx4.h178 uint64_t hw_rss_sup; /**< Supported RSS hash fields (Verbs format). */ member
H A Dmlx4_flow.c154 return priv->hw_rss_sup; in mlx4_conv_rss_types()
155 types = priv->hw_rss_sup; in mlx4_conv_rss_types()
162 if ((verbs_to_dpdk || (conv & priv->hw_rss_sup) == conv) && in mlx4_conv_rss_types()