iPXE
Data Fields
undi_nic Struct Reference

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

Detailed Description

An UNDI NIC.

Definition at line 48 of file undinet.c.

Field Documentation

◆ irq_supported

int undi_nic::irq_supported

Device supports IRQs.

Definition at line 50 of file undinet.c.

Referenced by undinet_poll(), and undinet_probe().

◆ irq

unsigned int undi_nic::irq

Assigned IRQ number.

Definition at line 52 of file undinet.c.

Referenced by undinet_close(), undinet_open(), and undinet_probe().

◆ isr_processing

int undi_nic::isr_processing

Currently processing ISR.

Definition at line 54 of file undinet.c.

Referenced by undinet_close(), and undinet_poll().

◆ hacks

int undi_nic::hacks

Bug workarounds.

Definition at line 56 of file undinet.c.

Referenced by undinet_poll(), and undinet_probe().


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