Home
last modified time | relevance | path

Searched refs:eth_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/
H A Dloopback.c162 const struct ethtool_ops *eth_ops, in gen_lo_setup() argument
186 dev->ethtool_ops = eth_ops; in gen_lo_setup()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h238 const struct ethtool_ops *eth_ops; member
H A Denetc.c3272 .eth_ops = &enetc_pf_ethtool_ops,
3278 .eth_ops = &enetc4_pf_ethtool_ops,
3283 .eth_ops = &enetc_vf_ethtool_ops,
H A Denetc_ethtool.c1246 ndev->ethtool_ops = priv->si->drvdata->eth_ops; in enetc_set_ethtool_ops()