Home
last modified time | relevance | path

Searched refs:txq_ac_max_pending (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/net/mac80211/
Dmain.c1049 if (!local->hw.txq_ac_max_pending) in ieee80211_register_hw()
1050 local->hw.txq_ac_max_pending = 64; in ieee80211_register_hw()
Dutil.c265 local->hw.txq_ac_max_pending)) in ieee80211_propagate_queue_wake()
Dtx.c1266 if (atomic_read(&sdata->txqs_len[ac]) >= local->hw.txq_ac_max_pending) in ieee80211_drv_tx()
/linux-4.4.14/include/net/
Dmac80211.h2073 int txq_ac_max_pending; member