get_rxnfc
.get_rxnfc = bcm_sf2_get_rxnfc,
if (p->ethtool_ops->get_rxnfc) {
ret = p->ethtool_ops->get_rxnfc(p, nfc, rule_locs);
.get_rxnfc = mv88e6xxx_get_rxnfc,
.get_rxnfc = aq_ethtool_get_rxnfc,
.get_rxnfc = bcmasp_get_rxnfc,
.get_rxnfc = bcm_sysport_get_rxnfc,
.get_rxnfc = bnxt_get_rxnfc,
.get_rxnfc = bcmgenet_get_rxnfc,
.get_rxnfc = gem_get_rxnfc,
.get_rxnfc = get_rxnfc,
.get_rxnfc = enic_get_rxnfc,
.get_rxnfc = tsnep_ethtool_get_rxnfc,
.get_rxnfc = dpaa2_eth_get_rxnfc,
.get_rxnfc = enetc_get_rxnfc,
.get_rxnfc = enetc_get_rxnfc,
.get_rxnfc = gfar_get_nfc,
.get_rxnfc = gve_get_rxnfc,
.get_rxnfc = hns3_get_rxnfc,
.get_rxnfc = hns3_get_rxnfc,
.get_rxnfc = i40e_get_rxnfc,
.get_rxnfc = iavf_get_rxnfc,
.get_rxnfc = ice_get_rxnfc,
.get_rxnfc = idpf_get_rxnfc,
.get_rxnfc = igb_get_rxnfc,
.get_rxnfc = igc_ethtool_get_rxnfc,
.get_rxnfc = ixgbe_get_rxnfc,
.get_rxnfc = ixgbe_get_rxnfc,
.get_rxnfc = mvpp2_ethtool_get_rxnfc,
.get_rxnfc = otx2_get_rxnfc,
.get_rxnfc = otx2_get_rxnfc,
.get_rxnfc = mtk_get_rxnfc,
.get_rxnfc = mlx4_en_get_rxnfc,
.get_rxnfc = mlx5e_get_rxnfc,
.get_rxnfc = mlx5i_get_rxnfc,
.get_rxnfc = fbnic_get_rxnfc,
.get_rxnfc = nfp_net_get_rxnfc,
.get_rxnfc = qede_get_rxnfc,
.get_rxnfc = qede_get_rxnfc,
.get_rxnfc = efx_ethtool_get_rxnfc,
.get_rxnfc = efx_ethtool_get_rxnfc,
.get_rxnfc = ef4_ethtool_get_rxnfc,
.get_rxnfc = efx_siena_ethtool_get_rxnfc,
.get_rxnfc = niu_get_nfc,
.get_rxnfc = txgbe_get_rxnfc,
int (*get_rxnfc)(struct net_device *,
int (*get_rxnfc)(struct dsa_switch *ds, int port,
if (!ds->ops->get_rxnfc)
return ds->ops->get_rxnfc(ds, dp->index, nfc, rule_locs);
.get_rxnfc = dsa_user_get_rxnfc,
err = ops->get_rxnfc(dev, &info, NULL);
if (!ops->get_rxnfc)
err = ops->get_rxnfc(dev, info, info->rule_locs);
err = ops->get_rxnfc(dev, &rule_info, NULL);
if (!ops->get_rxnfc)
rc = ops->get_rxnfc(dev, info, info->rule_locs);
rc = ops->get_rxnfc(dev, &rule_info, NULL);
if (!ops->get_rxnfc)
ret = ops->get_rxnfc(dev, &info, rule_buf);