Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dtx.c1583 if (local->hw.wiphy->txq_quantum) in ieee80211_txq_set_params()
1584 local->fq.quantum = local->hw.wiphy->txq_quantum; in ieee80211_txq_set_params()
1586 local->hw.wiphy->txq_quantum = local->fq.quantum; in ieee80211_txq_set_params()
/linux/net/wireless/
H A Dnl80211.c3509 rdev->wiphy.txq_quantum)) in nl80211_send_wiphy()
4075 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local
4342 txq_quantum = nla_get_u32( in nl80211_set_wiphy()
4377 old_txq_quantum = rdev->wiphy.txq_quantum; in nl80211_set_wiphy()
4399 rdev->wiphy.txq_quantum = txq_quantum; in nl80211_set_wiphy()
4415 rdev->wiphy.txq_quantum = old_txq_quantum; in nl80211_set_wiphy()