Home
last modified time | relevance | path

Searched refs:nla_get_s8 (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ieee802154/
Dnl-mac.c506 params.transmit_power = nla_get_s8(info->attrs[IEEE802154_ATTR_TXPOWER]) * 100; in ieee802154_set_macparams()
527 params.frame_retries = nla_get_s8(info->attrs[IEEE802154_ATTR_FRAME_RETRIES]); in ieee802154_set_macparams()
Dnl802154.c1196 max_frame_retries = nla_get_s8( in nl802154_set_max_frame_retries()
/kernel/linux/linux-5.10/lib/
Dnlattr.c277 value = nla_get_s8(nla); in nla_validate_int_range_signed()
/kernel/linux/linux-5.10/include/net/
Dnetlink.h1668 static inline s8 nla_get_s8(const struct nlattr *nla) in nla_get_s8() function
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0008_linux_net.patch1640 + nla_get_s8(sfi[TSN_QCI_SFI_ATTR_PRIO_SPEC]);
2024 + nla_get_s8(admin[TSN_SGI_ATTR_CTRL_INITIPV]);
2060 + nla_get_s8(gcl_entry[TSN_SGI_ATTR_GCL_IPV]);
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c8768 request->relative_rssi = nla_get_s8( in nl80211_parse_sched_scan()