/linux-6.6.21/drivers/net/ethernet/sfc/ |
D | ef100_ethtool.c | 55 .get_rxnfc = efx_ethtool_get_rxnfc,
|
D | ethtool.c | 266 .get_rxnfc = efx_ethtool_get_rxnfc,
|
/linux-6.6.21/net/ethtool/ |
D | common.c | 532 err = ops->get_rxnfc(dev, &info, NULL); in ethtool_get_rxnfc_rule_count() 546 if (!ops->get_rxnfc) in ethtool_get_max_rxnfc_channel() 559 err = ops->get_rxnfc(dev, info, info->rule_locs); in ethtool_get_max_rxnfc_channel() 569 err = ops->get_rxnfc(dev, &rule_info, NULL); in ethtool_get_max_rxnfc_channel()
|
D | ioctl.c | 1003 if (!ops->get_rxnfc) in ethtool_get_rxnfc() 1020 ret = ops->get_rxnfc(dev, &info, rule_buf); in ethtool_get_rxnfc() 1117 !ops->get_rxnfc) in ethtool_set_rxfh_indir() 1137 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh_indir() 1261 if (!ops->get_rxnfc || !ops->set_rxfh) in ethtool_set_rxfh() 1298 ret = ops->get_rxnfc(dev, &rx_rings, NULL); in ethtool_set_rxfh()
|
/linux-6.6.21/drivers/net/ethernet/sfc/siena/ |
D | ethtool.c | 266 .get_rxnfc = efx_siena_ethtool_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ |
D | ethtool.c | 286 .get_rxnfc = mlx5i_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/microsoft/mana/ |
D | mana_ethtool.c | 324 .get_rxnfc = mana_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_ethtool.c | 494 .get_rxnfc = sxgbe_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 474 .get_rxnfc = tsnep_ethtool_get_rxnfc,
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | kconfig.rst | 78 | flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc API.
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Kconfig | 53 flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_ethtool.c | 519 .get_rxnfc = dpaa_get_rxnfc,
|
/linux-6.6.21/include/linux/ |
D | ethtool.h | 840 int (*get_rxnfc)(struct net_device *, member
|
/linux-6.6.21/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp_ethtool.c | 493 .get_rxnfc = bcmasp_get_rxnfc,
|
/linux-6.6.21/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.6.21/drivers/net/ethernet/cisco/enic/ |
D | enic_ethtool.c | 626 .get_rxnfc = enic_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/freescale/enetc/ |
D | enetc_ethtool.c | 1193 .get_rxnfc = enetc_get_rxnfc, 1224 .get_rxnfc = enetc_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 1336 .get_rxnfc = otx2_get_rxnfc, 1455 .get_rxnfc = otx2_get_rxnfc,
|
/linux-6.6.21/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.6.21/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 841 .get_rxnfc = xgbe_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_ethtool.c | 1810 .get_rxnfc = hinic_get_rxnfc, 1842 .get_rxnfc = hinic_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ethtool.c | 1011 .get_rxnfc = aq_ethtool_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-ethtool.c | 945 .get_rxnfc = dpaa2_eth_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/amazon/ena/ |
D | ena_ethtool.c | 982 .get_rxnfc = ena_get_rxnfc,
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbevf/ |
D | ethtool.c | 989 .get_rxnfc = ixgbevf_get_rxnfc,
|