Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dnet.h165 struct eth_device { struct
172 int (*init)(struct eth_device *, bd_t *); argument
173 int (*send)(struct eth_device *, void *packet, int length); argument
174 int (*recv)(struct eth_device *); argument
175 void (*halt)(struct eth_device *); argument
176 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); argument
177 int (*write_hwaddr)(struct eth_device *); argument
178 struct eth_device *next; argument
183 int eth_register(struct eth_device *dev);/* Register network device */ argument
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c139 static struct platform_device eth_device = { variable
/openbmc/u-boot/drivers/usb/gadget/
H A Drndis.c1118 int rndis_register(int (*rndis_control_ack)(struct eth_device *)) in rndis_register()