Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dath9k.h90 BUF_AGGR = BIT(1), enumerator
94 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
Dxmit.c835 bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; in ath_tx_form_aggr()
1073 bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); in ath_tx_fill_desc()