|
iPXE
|
An UNDI NIC. More...
Data Fields | |
| int | irq_supported |
| Device supports IRQs. More... | |
| unsigned int | irq |
| Assigned IRQ number. More... | |
| int | isr_processing |
| Currently processing ISR. More... | |
| int | hacks |
| Bug workarounds. More... | |
| int undi_nic::irq_supported |
Device supports IRQs.
Definition at line 50 of file undinet.c.
Referenced by undinet_poll(), and undinet_probe().
| unsigned int undi_nic::irq |
Assigned IRQ number.
Definition at line 52 of file undinet.c.
Referenced by undinet_close(), undinet_open(), undinet_poll(), and undinet_probe().
| int undi_nic::isr_processing |
Currently processing ISR.
Definition at line 54 of file undinet.c.
Referenced by undinet_close(), and undinet_poll().
| int undi_nic::hacks |
Bug workarounds.
Definition at line 56 of file undinet.c.
Referenced by undinet_poll(), and undinet_probe().
1.8.15