Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/
Dif_ath.c1796 if (bf != NULL && (bf->bf_flags & ATH_BUF_BUSY) == 0) in _ath_getbuf_locked()
4109 bf->bf_flags |= ATH_BUF_BUSY; in ath_tx_processq()
4196 last->bf_flags &= ~ATH_BUF_BUSY; in ath_tx_processq()
4324 bf->bf_flags &= ~ATH_BUF_BUSY; in ath_tx_draintxq()
4360 bf->bf_flags &= ~ATH_BUF_BUSY; in ath_tx_draintxq()
Dif_ath_tx.c276 KASSERT((bf->bf_flags & ATH_BUF_BUSY) == 0, in ath_tx_handoff()
Dif_athvar.h128 #define ATH_BUF_BUSY 0x00000002 /* (tx) desc owned by h/w */ macro