Symbol: ieee80211_txq
sys/compat/linuxkpi/common/include/net/mac80211.h
1164
struct ieee80211_txq *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1176
void linuxkpi_ieee80211_txq_get_depth(struct ieee80211_txq *, unsigned long *,
sys/compat/linuxkpi/common/include/net/mac80211.h
1191
struct ieee80211_txq *linuxkpi_ieee80211_next_txq(struct ieee80211_hw *, uint8_t);
sys/compat/linuxkpi/common/include/net/mac80211.h
1193
struct ieee80211_txq *, bool);
sys/compat/linuxkpi/common/include/net/mac80211.h
1195
struct ieee80211_txq *);
sys/compat/linuxkpi/common/include/net/mac80211.h
1410
ieee80211_schedule_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/include/net/mac80211.h
1416
ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq,
sys/compat/linuxkpi/common/include/net/mac80211.h
1434
static inline struct ieee80211_txq *
sys/compat/linuxkpi/common/include/net/mac80211.h
1442
struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/include/net/mac80211.h
2047
ieee80211_tx_dequeue(struct ieee80211_hw *hw, struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/include/net/mac80211.h
2054
ieee80211_tx_dequeue_ni(struct ieee80211_hw *hw, struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/include/net/mac80211.h
2258
ieee80211_txq_get_depth(struct ieee80211_txq *txq, unsigned long *frame_cnt,
sys/compat/linuxkpi/common/include/net/mac80211.h
2289
ieee80211_txq_may_transmit(struct ieee80211_hw *hw, struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/include/net/mac80211.h
749
struct ieee80211_txq *txq[IEEE80211_NUM_TIDS + 1]; /* iwlwifi: 8 and adds +1 to tid_data, net80211::IEEE80211_TID_SIZE */
sys/compat/linuxkpi/common/include/net/mac80211.h
853
struct ieee80211_txq *txq;
sys/compat/linuxkpi/common/include/net/mac80211.h
987
void (*wake_tx_queue)(struct ieee80211_hw *, struct ieee80211_txq *);
sys/compat/linuxkpi/common/src/linux_80211.c
8112
struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/src/linux_80211.c
8145
linuxkpi_ieee80211_txq_get_depth(struct ieee80211_txq *txq,
sys/compat/linuxkpi/common/src/linux_80211.c
8692
struct ieee80211_txq *txq)
sys/compat/linuxkpi/common/src/linux_80211.c
8702
struct ieee80211_txq *ntxq;
sys/compat/linuxkpi/common/src/linux_80211.c
8752
struct ieee80211_txq *
sys/compat/linuxkpi/common/src/linux_80211.c
8756
struct ieee80211_txq *txq;
sys/compat/linuxkpi/common/src/linux_80211.c
8793
struct ieee80211_txq *txq, bool withoutpkts)
sys/compat/linuxkpi/common/src/linux_80211.h
162
struct ieee80211_txq txq __aligned(CACHE_LINE_SIZE);
sys/compat/linuxkpi/common/src/linux_80211.h
488
void lkpi_80211_mo_wake_tx_queue(struct ieee80211_hw *, struct ieee80211_txq *,
sys/compat/linuxkpi/common/src/linux_80211_macops.c
703
lkpi_80211_mo_wake_tx_queue(struct ieee80211_hw *hw, struct ieee80211_txq *txq,