Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dbitset.c306 static const struct nla_policy bitset_policy[] = { variable
331 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_bitset_is_compact()
334 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset, in ethnl_bitset_is_compact()
335 bitset_policy, NULL); in ethnl_bitset_is_compact()
597 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_update_bitset32()
604 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_update_bitset32()
605 bitset_policy, extack); in ethnl_update_bitset32()
650 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_parse_bitset()
658 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_parse_bitset()
659 bitset_policy, extack); in ethnl_parse_bitset()