FreeBSD kernel MWL device code
mwl_txq Struct Reference

#include <if_mwlvar.h>

Collaboration diagram for mwl_txq:

Data Fields

struct mwl_descdma dma
 
struct mtx lock
 
char name [12]
 
int qnum
 
int txpri
 
int nfree
 
mwl_txbufhead free
 
mwl_txbufhead active
 

Detailed Description

Definition at line 122 of file if_mwlvar.h.

Field Documentation

◆ active

mwl_txbufhead mwl_txq::active

◆ dma

struct mwl_descdma mwl_txq::dma

Definition at line 123 of file if_mwlvar.h.

Referenced by mwl_setupdma(), mwl_txdma_cleanup(), mwl_txdma_setup(), and mwl_txq_reset().

◆ free

mwl_txbufhead mwl_txq::free

◆ lock

struct mtx mwl_txq::lock

Definition at line 124 of file if_mwlvar.h.

◆ name

char mwl_txq::name[12]

Definition at line 125 of file if_mwlvar.h.

◆ nfree

int mwl_txq::nfree

◆ qnum

◆ txpri

int mwl_txq::txpri

Definition at line 127 of file if_mwlvar.h.

Referenced by mwl_txq_init().


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