Home
last modified time | relevance | path

Searched refs:txq_quantum (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dtx.c1527 if (local->hw.wiphy->txq_quantum) in ieee80211_txq_set_params()
1528 local->fq.quantum = local->hw.wiphy->txq_quantum; in ieee80211_txq_set_params()
1530 local->hw.wiphy->txq_quantum = local->fq.quantum; in ieee80211_txq_set_params()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c2653 rdev->wiphy.txq_quantum)) in nl80211_send_wiphy()
3120 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local
3346 txq_quantum = nla_get_u32( in nl80211_set_wiphy()
3367 old_txq_quantum = rdev->wiphy.txq_quantum; in nl80211_set_wiphy()
3384 rdev->wiphy.txq_quantum = txq_quantum; in nl80211_set_wiphy()
3395 rdev->wiphy.txq_quantum = old_txq_quantum; in nl80211_set_wiphy()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h5059 u32 txq_quantum; member