Searched refs:get_rxfh_context (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | rss.c | 62 if (request->rss_context && !ops->get_rxfh_context) in rss_prepare_data() 91 ret = ops->get_rxfh_context(dev, data->indir_table, data->hkey, in rss_prepare_data()
|
H A D | ioctl.c | 1203 if (rxfh.rss_context && !ops->get_rxfh_context) in ethtool_get_rxfh() 1228 ret = dev->ethtool_ops->get_rxfh_context(dev, indir, hkey, in ethtool_get_rxfh()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ef100_ethtool.c | 63 .get_rxfh_context = efx_ethtool_get_rxfh_context,
|
H A D | ethtool.c | 272 .get_rxfh_context = efx_ethtool_get_rxfh_context,
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | ethtool.c | 272 .get_rxfh_context = efx_siena_ethtool_get_rxfh_context,
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | 851 int (*get_rxfh_context)(struct net_device *, u32 *indir, u8 *key, member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 1342 .get_rxfh_context = otx2_get_rxfh_context, 1461 .get_rxfh_context = otx2_get_rxfh_context,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 2438 .get_rxfh_context = mlx5e_get_rxfh_context,
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 4155 .get_rxfh_context = ice_get_rxfh_context,
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 5793 .get_rxfh_context = mvpp2_ethtool_get_rxfh_context,
|