iPXE
Data Fields
t509_device Struct Reference

A 3c509 device. More...

Data Fields

struct device dev
 Generic device. More...
 
unsigned int tag
 Tag. More...
 
uint16_t ioaddr
 I/O address. More...
 
void * priv
 Driver-private data. More...
 

Detailed Description

A 3c509 device.

Definition at line 40 of file 3c509.c.

Field Documentation

◆ dev

struct device t509_device::dev

Generic device.

Definition at line 42 of file 3c509.c.

Referenced by t509_probe(), t509bus_probe(), and t509bus_remove().

◆ tag

unsigned int t509_device::tag

Tag.

Definition at line 44 of file 3c509.c.

Referenced by activate_t509_device(), deactivate_t509_device(), t509_probe(), t509_remove(), and t509bus_probe().

◆ ioaddr

uint16_t t509_device::ioaddr

I/O address.

Definition at line 46 of file 3c509.c.

Referenced by activate_t509_device(), deactivate_t509_device(), legacy_t509_probe(), t509_probe(), and t509bus_probe().

◆ priv

void* t509_device::priv

Driver-private data.

Use t509_set_drvdata() and t509_get_drvdata() to access this field.

Definition at line 52 of file 3c509.c.

Referenced by t509_get_drvdata(), and t509_set_drvdata().


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