Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dbitset.c314 static const struct nla_policy bit_policy[] = { variable
382 struct nlattr *tb[ARRAY_SIZE(bit_policy)]; in ethnl_parse_bit()
385 ret = nla_parse_nested(tb, ARRAY_SIZE(bit_policy) - 1, bit_attr, in ethnl_parse_bit()
386 bit_policy, extack); in ethnl_parse_bit()