| /linux-6.15/net/ethtool/ |
| H A D | rss.c | 93 ret = ops->get_rxfh(dev, &rxfh); in rss_prepare_get() 152 if (!ops->get_rxfh) in rss_prepare_data() 317 if (!dev->ethtool_ops->get_rxfh) in rss_dump_one_dev()
|
| H A D | ioctl.c | 1008 if (cmd == ETHTOOL_SRXFH && ops->get_rxfh) { in ethtool_set_rxnfc() 1011 rc = ops->get_rxfh(dev, &rxfh); in ethtool_set_rxnfc() 1110 !dev->ethtool_ops->get_rxfh) in ethtool_get_rxfh_indir() 1136 ret = dev->ethtool_ops->get_rxfh(dev, &rxfh); in ethtool_get_rxfh_indir() 1229 if (!ops->get_rxfh) in ethtool_get_rxfh() 1292 ret = dev->ethtool_ops->get_rxfh(dev, &rxfh_dev); in ethtool_get_rxfh() 1587 ret = ops->get_rxfh(dev, &rxfh_dev); in ethtool_set_rxfh()
|
| H A D | common.c | 700 !dev->ethtool_ops->get_rxfh) in ethtool_get_max_rxfh_channel() 710 ret = dev->ethtool_ops->get_rxfh(dev, &rxfh); in ethtool_get_max_rxfh_channel()
|
| /linux-6.15/drivers/net/ethernet/sfc/ |
| H A D | ef100_ethtool.c | 64 .get_rxfh = efx_ethtool_get_rxfh,
|
| H A D | ethtool.c | 268 .get_rxfh = efx_ethtool_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/sfc/siena/ |
| H A D | ethtool.c | 265 .get_rxfh = efx_siena_ethtool_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_ethtool.c | 443 .get_rxfh = mana_get_rxfh,
|
| /linux-6.15/include/linux/ |
| H A D | ethtool.h | 1074 int (*get_rxfh)(struct net_device *, struct ethtool_rxfh_param *); member
|
| /linux-6.15/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 1190 .get_rxfh = enetc_get_rxfh, 1220 .get_rxfh = enetc_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1330 .get_rxfh = otx2_get_rxfh, 1443 .get_rxfh = otx2_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_ethtool.c | 694 .get_rxfh = enic_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-ethtool.c | 837 .get_rxfh = xgbe_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_ethtool.c | 1803 .get_rxfh = hinic_get_rxfh, 1835 .get_rxfh = hinic_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ethtool.c | 1071 .get_rxfh = aq_ethtool_get_rss,
|
| /linux-6.15/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ethtool.c | 993 .get_rxfh = ixgbevf_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ethtool.c | 1333 .get_rxfh = idpf_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_ethtool.c | 1104 .get_rxfh = ena_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_ethtool.c | 878 .get_rxfh = nicvf_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/google/gve/ |
| H A D | gve_ethtool.c | 946 .get_rxfh = gve_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 2294 .get_rxfh = qede_get_rxfh, 2336 .get_rxfh = qede_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 2106 .get_rxfh = hns3_get_rss, 2143 .get_rxfh = hns3_get_rss,
|
| /linux-6.15/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_ethtool.c | 1187 .get_rxfh = fm10k_get_rssh,
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 1274 .get_rxfh = hns_get_rss,
|
| /linux-6.15/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_ethtool.c | 1160 .get_rxfh = ionic_get_rxfh,
|
| /linux-6.15/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ethtool.c | 1355 .get_rxfh = lan743x_ethtool_get_rxfh,
|