FreeBSD kernel ATH device code
HAL_TXQ_INFO Struct Reference

#include <ah.h>

Data Fields

uint32_t tqi_ver
 
HAL_TX_QUEUE_SUBTYPE tqi_subtype
 
HAL_TX_QUEUE_FLAGS tqi_qflags
 
uint32_t tqi_priority
 
uint32_t tqi_aifs
 
uint32_t tqi_cwmin
 
uint32_t tqi_cwmax
 
uint16_t tqi_shretry
 
uint16_t tqi_lgretry
 
uint32_t tqi_cbrPeriod
 
uint32_t tqi_cbrOverflowLimit
 
uint32_t tqi_burstTime
 
uint32_t tqi_readyTime
 
uint32_t tqi_compBuf
 

Detailed Description

Definition at line 364 of file ah.h.

Field Documentation

◆ tqi_aifs

uint32_t HAL_TXQ_INFO::tqi_aifs

◆ tqi_burstTime

uint32_t HAL_TXQ_INFO::tqi_burstTime

Definition at line 376 of file ah.h.

Referenced by ath_hal_getTxQProps(), ath_hal_setTxQProps(), and ath_txq_update().

◆ tqi_cbrOverflowLimit

uint32_t HAL_TXQ_INFO::tqi_cbrOverflowLimit

Definition at line 375 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().

◆ tqi_cbrPeriod

uint32_t HAL_TXQ_INFO::tqi_cbrPeriod

Definition at line 374 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().

◆ tqi_compBuf

uint32_t HAL_TXQ_INFO::tqi_compBuf

Definition at line 378 of file ah.h.

Referenced by ar5212SetupTxQueue(), ar5416SetupTxQueue(), and ath_hal_getTxQProps().

◆ tqi_cwmax

uint32_t HAL_TXQ_INFO::tqi_cwmax

◆ tqi_cwmin

uint32_t HAL_TXQ_INFO::tqi_cwmin

◆ tqi_lgretry

uint16_t HAL_TXQ_INFO::tqi_lgretry

Definition at line 373 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().

◆ tqi_priority

uint32_t HAL_TXQ_INFO::tqi_priority

Definition at line 368 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().

◆ tqi_qflags

HAL_TX_QUEUE_FLAGS HAL_TXQ_INFO::tqi_qflags

◆ tqi_readyTime

uint32_t HAL_TXQ_INFO::tqi_readyTime

Definition at line 377 of file ah.h.

Referenced by ath_hal_getTxQProps(), ath_hal_setTxQProps(), and ath_txq_update().

◆ tqi_shretry

uint16_t HAL_TXQ_INFO::tqi_shretry

Definition at line 372 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().

◆ tqi_subtype

HAL_TX_QUEUE_SUBTYPE HAL_TXQ_INFO::tqi_subtype

Definition at line 366 of file ah.h.

Referenced by ath_hal_getTxQProps(), ath_hal_setTxQProps(), and ath_txq_setup().

◆ tqi_ver

uint32_t HAL_TXQ_INFO::tqi_ver

Definition at line 365 of file ah.h.

Referenced by ath_hal_getTxQProps(), and ath_hal_setTxQProps().


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