iPXE
|
An AXGE network device. More...
#include <axge.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... | |
unsigned int | config |
Device configuration. More... | |
int | check_link |
Link state has changed. More... | |
struct usb_device* axge_device::usb |
USB device.
Definition at line 141 of file axge.h.
Referenced by axge_open(), axge_probe(), axge_read_register(), and axge_write_register().
struct usb_bus* axge_device::bus |
struct net_device* axge_device::netdev |
Network device.
Definition at line 145 of file axge.h.
Referenced by axge_check_link(), axge_in_complete(), axge_intr_complete(), axge_out_complete(), axge_probe(), and axge_remove().
struct usbnet_device axge_device::usbnet |
USB network device.
Definition at line 147 of file axge.h.
Referenced by axge_close(), axge_in_complete(), axge_intr_complete(), axge_open(), axge_out_complete(), axge_out_transmit(), axge_poll(), and axge_probe().
unsigned int axge_device::config |
Device configuration.
Definition at line 149 of file axge.h.
Referenced by axge_open(), and axge_probe().
int axge_device::check_link |
Link state has changed.
Definition at line 151 of file axge.h.
Referenced by axge_intr_complete(), and axge_poll().