Home
last modified time | relevance | path

Searched refs:tqi_cw_max (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_qcu.c189 cw_max = tq->tqi_cw_max < 0 ? (cw_max >> (-tq->tqi_cw_max)) : in ath5k_hw_reset_tx_queue()
190 ((cw_max << tq->tqi_cw_max) + (1 << tq->tqi_cw_max) - 1); in ath5k_hw_reset_tx_queue()
Dath5k.h514 s32 tqi_cw_max; /* Maximum Contention Window */ member
Dath5k.c1000 .tqi_cw_max = AR5K_TXQ_USEDEFAULT in ath5k_txq_setup()