Searched refs:hw_rss_sup (Results 1 – 3 of 3) sorted by relevance
617 uint64_t hw_rss_sup = device_attr_ex->rss_caps.rx_hash_fields_mask; in mlx4_hw_rss_sup() local623 if (!hw_rss_sup) { in mlx4_hw_rss_sup()630 if (!(hw_rss_sup & IBV_RX_HASH_INNER)) in mlx4_hw_rss_sup()631 return hw_rss_sup; in mlx4_hw_rss_sup()671 .rx_hash_fields_mask = hw_rss_sup, in mlx4_hw_rss_sup()677 hw_rss_sup &= ~IBV_RX_HASH_INNER; in mlx4_hw_rss_sup()687 return hw_rss_sup; in mlx4_hw_rss_sup()978 priv->hw_rss_sup = mlx4_hw_rss_sup(priv->ctx, priv->pd, in mlx4_pci_probe()981 priv->hw_rss_sup); in mlx4_pci_probe()
178 uint64_t hw_rss_sup; /**< Supported RSS hash fields (Verbs format). */ member
154 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()