Searched refs:eth_ops (Results 1 – 25 of 38) sorted by relevance
12
164 const struct ethtool_ops *eth_ops, in gen_lo_setup() argument188 dev->ethtool_ops = eth_ops; in gen_lo_setup()
136 struct eth_ops { struct149 #define eth_get_ops(dev) ((struct eth_ops *)(dev)->driver->ops) argument
137 static const struct eth_ops sb_eth_raw_ops = {
250 extern const struct eth_ops designware_eth_ops;
191 static const struct eth_ops sb_eth_ops = {
416 static const struct eth_ops ftmac100_ops = {
568 static const struct eth_ops sunxi_emac_eth_ops = {
479 static const struct eth_ops pch_gbe_ops = {
588 static const struct eth_ops emaclite_ops = {
519 static const struct eth_ops pic32_eth_ops = {
678 static const struct eth_ops axi_emac_ops = {
663 static const struct eth_ops zynq_gem_ops = {
601 static const struct eth_ops ravb_ops = {
691 static const struct eth_ops altera_tse_ops = {
757 static const struct eth_ops sun8i_emac_eth_ops = {
730 static const struct eth_ops ethoc_ops = {
723 const struct eth_ops designware_eth_ops = {
964 static const struct eth_ops ag7xxx_eth_ops = {
1198 static const struct eth_ops rtl8169_eth_ops = {
290 static const struct eth_ops lan75xx_eth_ops = {
451 static const struct eth_ops lan78xx_eth_ops = {
915 static const struct eth_ops mcs7830_eth_ops = {
863 static const struct eth_ops asix_eth_ops = {
890 static const struct eth_ops ax88179_eth_ops = {
470 struct eth_ops *ops = eth_get_ops(dev); in eth_post_probe()