Home
last modified time | relevance | path

Searched defs:eth_device (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/
A Dnet.h190 struct eth_device { struct
197 int (*init)(struct eth_device *eth, struct bd_info *bd); argument
198 int (*send)(struct eth_device *, void *packet, int length); argument
199 int (*recv)(struct eth_device *); argument
200 void (*halt)(struct eth_device *); argument
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
202 int (*write_hwaddr)(struct eth_device *eth); argument
203 struct eth_device *next; argument
208 int eth_register(struct eth_device *dev);/* Register network device */ argument
/u-boot/drivers/usb/gadget/
A Drndis.c1119 int rndis_register(int (*rndis_control_ack)(struct eth_device *)) in rndis_register()

Completed in 11 milliseconds