Searched refs:eth_ops (Results 1 – 25 of 40) sorted by relevance
12
136 static const struct eth_ops sb_eth_raw_ops = {
253 extern const struct eth_ops designware_eth_ops;
190 static const struct eth_ops sb_eth_ops = {
419 static const struct eth_ops ftmac100_ops = {
517 const struct eth_ops gmac_rockchip_eth_ops = {
567 static const struct eth_ops sunxi_emac_eth_ops = {
478 static const struct eth_ops pch_gbe_ops = {
587 static const struct eth_ops emaclite_ops = {
518 static const struct eth_ops pic32_eth_ops = {
701 static const struct eth_ops axi_emac_ops = {
682 static const struct eth_ops zynq_gem_ops = {
691 static const struct eth_ops altera_tse_ops = {
626 static const struct eth_ops ravb_ops = {
729 static const struct eth_ops ethoc_ops = {
774 static const struct eth_ops sun8i_emac_eth_ops = {
777 const struct eth_ops designware_eth_ops = {
859 static const struct eth_ops tsec_ops = {
136 struct eth_ops { struct149 #define eth_get_ops(dev) ((struct eth_ops *)(dev)->driver->ops) argument
289 static const struct eth_ops lan75xx_eth_ops = {
450 static const struct eth_ops lan78xx_eth_ops = {
914 static const struct eth_ops mcs7830_eth_ops = {
862 static const struct eth_ops asix_eth_ops = {
889 static const struct eth_ops ax88179_eth_ops = {
278 static const struct eth_ops pfe_eth_ops = {
464 struct eth_ops *ops = eth_get_ops(dev); in eth_post_probe()