Home
last modified time | relevance | path

Searched refs:ATH_TID_MAX_BUFS (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx.c2704 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw()
2732 (ATH_TID_MAX_BUFS - 1))) { in ath_tx_addto_baw()
2734 INCR(tid->baw_tail, ATH_TID_MAX_BUFS); in ath_tx_addto_baw()
2759 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_switch_baw_buf()
2806 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw()
2838 INCR(tid->baw_head, ATH_TID_MAX_BUFS); in ath_tx_update_baw()
3333 for (j = 0; j < ATH_TID_MAX_BUFS; j++) in ath_tx_tid_init()
Dif_athvar.h120 #define ATH_TID_MAX_BUFS (2 * IEEE80211_AGGR_BAWMAX) macro
184 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS];