Searched refs:bitset_policy (Results 1 – 1 of 1) sorted by relevance
/linux/net/ethtool/ |
H A 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() 596 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_update_bitset32() 603 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_update_bitset32() 604 bitset_policy, extack); in ethnl_update_bitset32() 649 struct nlattr *tb[ARRAY_SIZE(bitset_policy)]; in ethnl_parse_bitset() 657 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr, in ethnl_parse_bitset() 658 bitset_policy, extack); in ethnl_parse_bitset()
|