bf_type 206 drivers/net/wireless/ath/ath9k/ath9k.h #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU) bf_type 207 drivers/net/wireless/ath/ath9k/ath9k.h #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) bf_type 210 drivers/net/wireless/ath/ath9k/ath9k.h u8 bf_type; bf_type 938 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type = 0; bf_type 942 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type = BUF_AMPDU | BUF_AGGR; bf_type 1054 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type = BUF_AMPDU; bf_type 1360 drivers/net/wireless/ath/ath9k/xmit.c bool aggr = !!(bf->bf_state.bf_type & BUF_AGGR); bf_type 1658 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type &= ~BUF_AGGR; bf_type 2053 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type = 0; bf_type 2055 drivers/net/wireless/ath/ath9k/xmit.c bf->bf_state.bf_type = BUF_AMPDU; bf_type 3236 drivers/net/wireless/ath/wil6210/wmi.h u8 bf_type;