Searched refs:BUF_AMPDU (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dath9k.h90 * @BUF_AMPDU: This buffer is an ampdu, as part of an aggregate (during TX)
98 BUF_AMPDU = BIT(2), enumerator in enum:buffer_type
113 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU)
H A Dxmit.c1314 bf->bf_state.bf_type |= BUF_AMPDU;
1353 bf->bf_state.bf_type &= ~BUF_AMPDU;

Completed in 54 milliseconds