iPXE
Data Fields
axge_device Struct Reference

An AXGE network device. More...

#include <axge.h>

Data Fields

struct usb_deviceusb
 USB device. More...
 
struct usb_busbus
 USB bus. More...
 
struct net_devicenetdev
 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...
 

Detailed Description

An AXGE network device.

Definition at line 139 of file axge.h.

Field Documentation

◆ usb

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().

◆ bus

struct usb_bus* axge_device::bus

USB bus.

Definition at line 143 of file axge.h.

Referenced by axge_poll(), and axge_probe().

◆ netdev

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().

◆ usbnet

struct usbnet_device axge_device::usbnet

◆ config

unsigned int axge_device::config

Device configuration.

Definition at line 149 of file axge.h.

Referenced by axge_open(), and axge_probe().

◆ check_link

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().


The documentation for this struct was generated from the following file: