Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dbitset.c526 unsigned int attr_nbits, attr_nwords; in ethnl_compact_sanity_checks() local
551 attr_nwords = DIV_ROUND_UP(attr_nbits, 32); in ethnl_compact_sanity_checks()
552 if (nla_len(tb[ETHTOOL_A_BITSET_VALUE]) != attr_nwords * sizeof(u32)) { in ethnl_compact_sanity_checks()
558 nla_len(tb[ETHTOOL_A_BITSET_MASK]) != attr_nwords * sizeof(u32)) { in ethnl_compact_sanity_checks()