Searched refs:BUF_AGGR (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.h91 * @BUF_AGGR: Indicates whether the buffer can be aggregated
99 BUF_AGGR = BIT(3), enumerator in enum:buffer_type
114 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR)
H A Dxmit.c772 bf->bf_state.bf_type &= ~BUF_AGGR;
780 bf->bf_state.bf_type |= BUF_AGGR;

Completed in 51 milliseconds