Searched refs:txq_memory_limit (Results 1 – 3 of 3) sorted by relevance
1574 if (local->hw.wiphy->txq_memory_limit) in ieee80211_txq_set_params()1575 local->fq.memory_limit = local->hw.wiphy->txq_memory_limit; in ieee80211_txq_set_params()1577 local->hw.wiphy->txq_memory_limit = local->fq.memory_limit; in ieee80211_txq_set_params()
2950 rdev->wiphy.txq_memory_limit)) in nl80211_send_wiphy() 3477 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local 3746 txq_memory_limit = nla_get_u32( in nl80211_set_wiphy() 3779 old_txq_memory_limit = rdev->wiphy.txq_memory_limit; in nl80211_set_wiphy() 3795 rdev->wiphy.txq_memory_limit = txq_memory_limit; in nl80211_set_wiphy() 3807 rdev->wiphy.txq_memory_limit = old_txq_memory_limit; in nl80211_set_wiphy()
5562 u32 txq_memory_limit; member