Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx.c2676 tap->txa_start, tap->txa_wnd, tid->baw_head, in ath_tx_addto_baw()
2689 tap->txa_start, tap->txa_wnd, tid->baw_head, in ath_tx_addto_baw()
2698 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw()
2703 tap->txa_start, tap->txa_wnd, index, cindex, tid->baw_head, in ath_tx_addto_baw()
2713 __func__, index, cindex, tid->baw_head, tid->baw_tail); in ath_tx_addto_baw()
2725 if (index >= ((tid->baw_tail - tid->baw_head) & in ath_tx_addto_baw()
2753 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_switch_baw_buf()
2800 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw()
2806 cindex, tid->baw_head, tid->baw_tail); in ath_tx_update_baw()
2829 while (tid->baw_head != tid->baw_tail && in ath_tx_update_baw()
[all …]
H A Dif_athvar.h185 int baw_head; member