Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dnet.h169 struct eth_device { struct
176 int (*init)(struct eth_device *, bd_t *); argument
177 int (*send)(struct eth_device *, void *packet, int length); argument
178 int (*recv)(struct eth_device *); argument
179 void (*halt)(struct eth_device *); argument
180 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
181 int (*write_hwaddr)(struct eth_device *); argument
182 struct eth_device *next; argument
187 int eth_register(struct eth_device *dev);/* Register network device */ argument
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/
Drndis.c1118 int rndis_register(int (*rndis_control_ack)(struct eth_device *)) in rndis_register()