iPXE
|
A CDC-ECM network device. More...
#include <ecm.h>
Data Fields | |
struct usb_device * | usb |
USB device. More... | |
struct usb_bus * | bus |
USB bus. More... | |
struct net_device * | netdev |
Network device. More... | |
struct usbnet_device | usbnet |
USB network device. More... | |
struct usb_device* ecm_device::usb |
struct usb_bus* ecm_device::bus |
struct net_device* ecm_device::netdev |
Network device.
Definition at line 63 of file ecm.h.
Referenced by ecm_in_complete(), ecm_intr_complete(), ecm_out_complete(), ecm_probe(), and ecm_remove().
struct usbnet_device ecm_device::usbnet |
USB network device.
Definition at line 65 of file ecm.h.
Referenced by ecm_close(), ecm_in_complete(), ecm_intr_complete(), ecm_open(), ecm_out_complete(), ecm_out_transmit(), ecm_poll(), and ecm_probe().