/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | ef100_ethtool.c | 57 .get_rxnfc = efx_ethtool_get_rxnfc,
|
D | ethtool.c | 266 .get_rxnfc = efx_ethtool_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 287 .get_rxnfc = mlx5i_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 266 .get_rxnfc = efx_siena_ethtool_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/ |
D | mana_ethtool.c | 261 .get_rxnfc = mana_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 328 .get_rxnfc = tsnep_ethtool_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 494 .get_rxnfc = sxgbe_get_rxnfc,
|
/linux-6.1.9/include/linux/ |
D | ethtool.h | 692 int (*get_rxnfc)(struct net_device *, member
|
/linux-6.1.9/net/ethtool/ |
D | ioctl.c | 977 if (!ops->get_rxnfc) in ethtool_get_rxnfc() 1018 ret = ops->get_rxnfc(dev, &info, rule_buf); in ethtool_get_rxnfc() 1115 !ops->get_rxnfc) in ethtool_set_rxfh_indir() 1135 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh_indir() 1259 if (!ops->get_rxnfc || !ops->set_rxfh) in ethtool_set_rxfh() 1296 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh()
|
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 880 .get_rxnfc = enetc_get_rxnfc, 908 .get_rxnfc = enetc_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 52 flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc
|
/linux-6.1.9/drivers/net/dsa/ |
D | bcm_sf2_cfp.c | 1136 if (p->ethtool_ops->get_rxnfc) { in bcm_sf2_get_rxnfc() 1137 ret = p->ethtool_ops->get_rxnfc(p, nfc, rule_locs); in bcm_sf2_get_rxnfc()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 577 .get_rxnfc = dpaa_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 626 .get_rxnfc = enic_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 1288 .get_rxnfc = otx2_get_rxnfc, 1406 .get_rxnfc = otx2_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 1736 static int get_rxnfc(struct net_device *dev, struct ethtool_rxnfc *info, in get_rxnfc() function 2200 .get_rxnfc = get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 836 .get_rxnfc = xgbe_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/huawei/hinic/ |
D | hinic_ethtool.c | 1810 .get_rxnfc = hinic_get_rxnfc, 1842 .get_rxnfc = hinic_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ethtool.c | 892 .get_rxnfc = dpaa2_eth_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 1011 .get_rxnfc = aq_ethtool_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 915 .get_rxnfc = ena_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 870 .get_rxnfc = nicvf_get_rxnfc,
|
/linux-6.1.9/net/dsa/ |
D | slave.c | 1583 if (!ds->ops->get_rxnfc) in dsa_slave_get_rxnfc() 1586 return ds->ops->get_rxnfc(ds, dp->index, nfc, rule_locs); in dsa_slave_get_rxnfc() 2157 .get_rxnfc = dsa_slave_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 989 .get_rxnfc = ixgbevf_get_rxnfc,
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/ |
D | hns3_ethtool.c | 2077 .get_rxnfc = hns3_get_rxnfc, 2114 .get_rxnfc = hns3_get_rxnfc,
|