|
iPXE
|
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... | |
| struct device t509_device::dev |
Generic device.
Definition at line 42 of file 3c509.c.
Referenced by t509_probe(), t509bus_probe(), and t509bus_remove().
| 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().
| 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().
| 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().
1.8.15