Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds