Searched refs:txq_memory_limit (Results 1 – 3 of 3) sorted by relevance
1559 if (local->hw.wiphy->txq_memory_limit) in ieee80211_txq_set_params() 1560 local->fq.memory_limit = local->hw.wiphy->txq_memory_limit; in ieee80211_txq_set_params() 1562 local->hw.wiphy->txq_memory_limit = local->fq.memory_limit; in ieee80211_txq_set_params()
3112 rdev->wiphy.txq_memory_limit)) in nl80211_send_wiphy() 3672 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; in nl80211_set_wiphy() local 3929 txq_memory_limit = nla_get_u32( in nl80211_set_wiphy() 3973 old_txq_memory_limit = rdev->wiphy.txq_memory_limit; in nl80211_set_wiphy() 3994 rdev->wiphy.txq_memory_limit = txq_memory_limit; in nl80211_set_wiphy() 4011 rdev->wiphy.txq_memory_limit = old_txq_memory_limit; in nl80211_set_wiphy()
5795 * @txq_memory_limit: configuration internal TX queue memory limit5975 u32 txq_memory_limit; member