FreeBSD kernel ATH device code
if_ath_alq Struct Reference

#include <if_ath_alq.h>

Collaboration diagram for if_ath_alq:

Data Fields

uint32_t sc_alq_debug
 
struct alq * sc_alq_alq
 
unsigned int sc_alq_qsize
 
unsigned int sc_alq_numlost
 
int sc_alq_isactive
 
char sc_alq_devname [ATH_ALQ_DEVNAME_LEN]
 
char sc_alq_filename [ATH_ALQ_FILENAME_LEN]
 
struct if_ath_alq_init_state sc_alq_cfg
 

Detailed Description

Definition at line 134 of file if_ath_alq.h.

Field Documentation

◆ sc_alq_alq

struct alq* if_ath_alq::sc_alq_alq

Definition at line 136 of file if_ath_alq.h.

◆ sc_alq_cfg

struct if_ath_alq_init_state if_ath_alq::sc_alq_cfg

Definition at line 142 of file if_ath_alq.h.

◆ sc_alq_debug

uint32_t if_ath_alq::sc_alq_debug

Definition at line 135 of file if_ath_alq.h.

Referenced by if_ath_alq_checkdebug().

◆ sc_alq_devname

char if_ath_alq::sc_alq_devname[ATH_ALQ_DEVNAME_LEN]

Definition at line 140 of file if_ath_alq.h.

◆ sc_alq_filename

char if_ath_alq::sc_alq_filename[ATH_ALQ_FILENAME_LEN]

Definition at line 141 of file if_ath_alq.h.

◆ sc_alq_isactive

int if_ath_alq::sc_alq_isactive

Definition at line 139 of file if_ath_alq.h.

◆ sc_alq_numlost

unsigned int if_ath_alq::sc_alq_numlost

Definition at line 138 of file if_ath_alq.h.

◆ sc_alq_qsize

unsigned int if_ath_alq::sc_alq_qsize

Definition at line 137 of file if_ath_alq.h.


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