FreeBSD kernel ATH device code
ath_pci_softc Struct Reference
Collaboration diagram for ath_pci_softc:

Data Fields

struct ath_softc sc_sc
 
struct resource * sc_sr
 
struct resource * sc_irq
 
void * sc_ih
 

Detailed Description

Definition at line 78 of file if_ath_pci.c.

Field Documentation

◆ sc_ih

void* ath_pci_softc::sc_ih

Definition at line 82 of file if_ath_pci.c.

Referenced by ath_pci_attach(), and ath_pci_detach().

◆ sc_irq

struct resource* ath_pci_softc::sc_irq

Definition at line 81 of file if_ath_pci.c.

Referenced by ath_pci_attach(), and ath_pci_detach().

◆ sc_sc

struct ath_softc ath_pci_softc::sc_sc

◆ sc_sr

struct resource* ath_pci_softc::sc_sr

Definition at line 80 of file if_ath_pci.c.

Referenced by ath_pci_attach(), and ath_pci_detach().


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