Home
last modified time | relevance | path

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

/external/u-boot/include/
Dnet.h166 struct eth_device { struct
173 int (*init)(struct eth_device *, bd_t *); argument
174 int (*send)(struct eth_device *, void *packet, int length); argument
175 int (*recv)(struct eth_device *); argument
176 void (*halt)(struct eth_device *); argument
178 int (*mcast)(struct eth_device *, const u8 *enetaddr, u8 set); argument
180 int (*write_hwaddr)(struct eth_device *); argument
181 struct eth_device *next; argument
186 int eth_register(struct eth_device *dev);/* Register network device */ argument
/external/u-boot/drivers/usb/gadget/
Drndis.c1124 int rndis_register(int (*rndis_control_ack)(struct eth_device *)) in rndis_register()