Searched refs:txq_quantum (Results 1 – 3 of 3) sorted by relevance
1579 if (local->hw.wiphy->txq_quantum) in ieee80211_txq_set_params()1580 local->fq.quantum = local->hw.wiphy->txq_quantum; in ieee80211_txq_set_params()1582 local->hw.wiphy->txq_quantum = local->fq.quantum; in ieee80211_txq_set_params()
2953 rdev->wiphy.txq_quantum)) in nl80211_send_wiphy() 3477 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local 3757 txq_quantum = nla_get_u32( in nl80211_set_wiphy() 3780 old_txq_quantum = rdev->wiphy.txq_quantum; in nl80211_set_wiphy() 3797 rdev->wiphy.txq_quantum = txq_quantum; in nl80211_set_wiphy() 3808 rdev->wiphy.txq_quantum = old_txq_quantum; in nl80211_set_wiphy()
5563 u32 txq_quantum; member