Searched refs:set_rxfh_context (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ef100_ethtool.c | 66 .set_rxfh_context = efx_ethtool_set_rxfh_context,
|
D | ethtool.c | 273 .set_rxfh_context = efx_ethtool_set_rxfh_context,
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 273 .set_rxfh_context = efx_siena_ethtool_set_rxfh_context,
|
/linux-6.1.9/include/linux/ |
D | ethtool.h | 705 int (*set_rxfh_context)(struct net_device *, const u32 *indir, member
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 1295 .set_rxfh_context = otx2_set_rxfh_context, 1413 .set_rxfh_context = otx2_set_rxfh_context,
|
/linux-6.1.9/net/ethtool/ |
D | ioctl.c | 1274 if (rxfh.rss_context && !ops->set_rxfh_context) in ethtool_set_rxfh() 1334 ret = ops->set_rxfh_context(dev, indir, hkey, rxfh.hfunc, in ethtool_set_rxfh()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 2420 .set_rxfh_context = mlx5e_set_rxfh_context,
|
/linux-6.1.9/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 5753 .set_rxfh_context = mvpp2_ethtool_set_rxfh_context,
|