Searched refs:bitset_policy (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/ethtool/ |
D | bitset.c | 305 static const struct nla_policy bitset_policy[] = { variable 330 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_bitset_is_compact() 333 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset, in ethnl_bitset_is_compact() 334 bitset_policy, NULL); in ethnl_bitset_is_compact() 556 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_update_bitset32() 563 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_update_bitset32() 564 bitset_policy, extack); in ethnl_update_bitset32() 609 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_parse_bitset() 617 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_parse_bitset() 618 bitset_policy, extack); in ethnl_parse_bitset()
|