FreeBSD kernel MWL device code
mwl_pci_softc Struct Reference
Collaboration diagram for mwl_pci_softc:

Data Fields

struct mwl_softc sc_sc
 
struct resource * sc_sr0
 
struct resource * sc_sr1
 
struct resource * sc_irq
 
void * sc_ih
 

Detailed Description

Definition at line 76 of file if_mwl_pci.c.

Field Documentation

◆ sc_ih

void* mwl_pci_softc::sc_ih

Definition at line 81 of file if_mwl_pci.c.

Referenced by mwl_pci_attach(), and mwl_pci_detach().

◆ sc_irq

struct resource* mwl_pci_softc::sc_irq

Definition at line 80 of file if_mwl_pci.c.

Referenced by mwl_pci_attach(), and mwl_pci_detach().

◆ sc_sc

struct mwl_softc mwl_pci_softc::sc_sc

◆ sc_sr0

struct resource* mwl_pci_softc::sc_sr0

Definition at line 78 of file if_mwl_pci.c.

Referenced by mwl_pci_attach(), and mwl_pci_detach().

◆ sc_sr1

struct resource* mwl_pci_softc::sc_sr1

Definition at line 79 of file if_mwl_pci.c.

Referenced by mwl_pci_attach(), and mwl_pci_detach().


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