Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dethtool.h381 int (*set_rxfh_context)(struct net_device *, const u32 *indir, member
/Linux-v4.19/net/core/
Dethtool.c1329 if (rxfh.rss_context && !ops->set_rxfh_context) in ethtool_set_rxfh()
1389 ret = ops->set_rxfh_context(dev, indir, hkey, rxfh.hfunc, in ethtool_set_rxfh()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c1571 .set_rxfh_context = efx_ethtool_set_rxfh_context,