Searched refs:NL80211_ATTR_TXQ_LIMIT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 437 NL80211_ATTR_TXQ_LIMIT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 2404 * @NL80211_ATTR_TXQ_LIMIT: Total packet limit for the TXQ queues for this phy. 2965 NL80211_ATTR_TXQ_LIMIT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 2579 * @NL80211_ATTR_TXQ_LIMIT: Total packet limit for the TXQ queues for this phy. 3253 NL80211_ATTR_TXQ_LIMIT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 462 NL80211_ATTR_TXQ_LIMIT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 462 NL80211_ATTR_TXQ_LIMIT, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 690 [NL80211_ATTR_TXQ_LIMIT] = { .type = NLA_U32 }, 2647 if (nla_put_u32(msg, NL80211_ATTR_TXQ_LIMIT, in nl80211_send_wiphy() 3325 if (info->attrs[NL80211_ATTR_TXQ_LIMIT]) { in nl80211_set_wiphy() 3330 info->attrs[NL80211_ATTR_TXQ_LIMIT]); in nl80211_set_wiphy()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 751 [NL80211_ATTR_TXQ_LIMIT] = { .type = NLA_U32 }, 2942 if (nla_put_u32(msg, NL80211_ATTR_TXQ_LIMIT, in nl80211_send_wiphy() 3698 if (info->attrs[NL80211_ATTR_TXQ_LIMIT]) { in nl80211_set_wiphy() 3705 info->attrs[NL80211_ATTR_TXQ_LIMIT]); in nl80211_set_wiphy()
|
Completed in 87 milliseconds