Searched refs:txq_limit (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac80211/
H A Dtx.c1562 if (local->hw.wiphy->txq_limit)
1563 local->fq.limit = local->hw.wiphy->txq_limit;
1565 local->hw.wiphy->txq_limit = local->fq.limit;
/linux-master/net/wireless/
H A Dnl80211.c2953 rdev->wiphy.txq_limit))
3458 u32 txq_limit = 0, txq_memory_limit = 0, txq_quantum = 0; local
3712 txq_limit = nla_get_u32(
3755 old_txq_limit = rdev->wiphy.txq_limit;
3770 rdev->wiphy.txq_limit = txq_limit;
3783 rdev->wiphy.txq_limit = old_txq_limit;
/linux-master/include/net/
H A Dcfg80211.h5566 * @txq_limit: configuration of internal TX queue frame limit
5737 u32 txq_limit; member in struct:wiphy

Completed in 203 milliseconds