Searched refs:NL80211_ATTR_TXQ_MEMORY_LIMIT (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 438 NL80211_ATTR_TXQ_MEMORY_LIMIT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 2406 * @NL80211_ATTR_TXQ_MEMORY_LIMIT: Total memory limit (in bytes) for the 2966 NL80211_ATTR_TXQ_MEMORY_LIMIT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 2581 * @NL80211_ATTR_TXQ_MEMORY_LIMIT: Total memory limit (in bytes) for the 3254 NL80211_ATTR_TXQ_MEMORY_LIMIT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 463 NL80211_ATTR_TXQ_MEMORY_LIMIT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 463 NL80211_ATTR_TXQ_MEMORY_LIMIT, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 691 [NL80211_ATTR_TXQ_MEMORY_LIMIT] = { .type = NLA_U32 }, 2650 if (nla_put_u32(msg, NL80211_ATTR_TXQ_MEMORY_LIMIT, in nl80211_send_wiphy() 3334 if (info->attrs[NL80211_ATTR_TXQ_MEMORY_LIMIT]) { in nl80211_set_wiphy() 3339 info->attrs[NL80211_ATTR_TXQ_MEMORY_LIMIT]); in nl80211_set_wiphy()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 752 [NL80211_ATTR_TXQ_MEMORY_LIMIT] = { .type = NLA_U32 }, 2945 if (nla_put_u32(msg, NL80211_ATTR_TXQ_MEMORY_LIMIT, in nl80211_send_wiphy() 3709 if (info->attrs[NL80211_ATTR_TXQ_MEMORY_LIMIT]) { in nl80211_set_wiphy() 3716 info->attrs[NL80211_ATTR_TXQ_MEMORY_LIMIT]); in nl80211_set_wiphy()
|
Completed in 77 milliseconds