Home
last modified time | relevance | path

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

/net/mac80211/
Dtx.c1514 if (local->hw.wiphy->txq_quantum) in ieee80211_txq_set_params()
1515 local->fq.quantum = local->hw.wiphy->txq_quantum; in ieee80211_txq_set_params()
1517 local->hw.wiphy->txq_quantum = local->fq.quantum; in ieee80211_txq_set_params()
/net/wireless/
Dnl80211.c2426 rdev->wiphy.txq_quantum)) in nl80211_send_wiphy()
2868 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local
3094 txq_quantum = nla_get_u32( in nl80211_set_wiphy()
3115 old_txq_quantum = rdev->wiphy.txq_quantum; in nl80211_set_wiphy()
3132 rdev->wiphy.txq_quantum = txq_quantum; in nl80211_set_wiphy()
3143 rdev->wiphy.txq_quantum = old_txq_quantum; in nl80211_set_wiphy()