Home
last modified time | relevance | path

Searched refs:netif_is_rxfh_configured (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c448 if (!netif_is_rxfh_configured(priv->netdev)) in mlx5e_ethtool_set_channels()
458 if (!netif_is_rxfh_configured(priv->netdev)) in mlx5e_ethtool_set_channels()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1940 if (netif_is_rxfh_configured(interface->netdev)) { in fm10k_init_reta()
/Linux-v5.4/net/core/
Dethtool.c1705 if (netif_is_rxfh_configured(dev) && in ethtool_set_channels()
/Linux-v5.4/include/linux/
Dnetdevice.h4643 static inline bool netif_is_rxfh_configured(const struct net_device *dev) in netif_is_rxfh_configured() function
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3156 if (!netif_is_rxfh_configured(nn->dp.netdev)) in nfp_net_dp_swap()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c4443 bool rxfh_configured = netif_is_rxfh_configured(netdev); in hns3_set_channels()