Lines Matching refs:eth_device
44 static int mii_discover_phy(struct eth_device *dev);
114 static int fec_send(struct eth_device *dev, void *packet, int length);
115 static int fec_recv(struct eth_device *dev);
116 static int fec_init(struct eth_device *dev, struct bd_info *bd);
117 static void fec_halt(struct eth_device *dev);
124 struct eth_device *dev; in fec_initialize()
175 static int fec_send(struct eth_device *dev, void *packet, int length) in fec_send()
220 static int fec_recv(struct eth_device *dev) in fec_recv()
299 static inline void fec_10Mbps(struct eth_device *dev) in fec_10Mbps()
312 static inline void fec_100Mbps(struct eth_device *dev) in fec_100Mbps()
327 static inline void fec_full_duplex(struct eth_device *dev) in fec_full_duplex()
337 static inline void fec_half_duplex(struct eth_device *dev) in fec_half_duplex()
500 static int fec_init(struct eth_device *dev, struct bd_info *bd) in fec_init()
668 static void fec_halt(struct eth_device *dev) in fec_halt()
753 static int mii_discover_phy(struct eth_device *dev) in mii_discover_phy()