Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/pensando/ionic/
Dionic_lif.c1468 wanted |= IONIC_ETH_HW_RX_HASH; in ionic_netdev_features_to_nic()
1528 if ((old_hw_features ^ lif->hw_features) & IONIC_ETH_HW_RX_HASH) in ionic_set_nic_features()
1541 if (lif->hw_features & IONIC_ETH_HW_RX_HASH) in ionic_set_nic_features()
1612 if (lif->hw_features & IONIC_ETH_HW_RX_HASH) in ionic_init_nic_features()
1891 if (lif->hw_features & IONIC_ETH_HW_RX_HASH) { in ionic_lif_rss_config()
Dionic_if.h1090 IONIC_ETH_HW_RX_HASH = BIT(3), enumerator