Home
last modified time | relevance | path

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

/linux-6.6.21/net/ethtool/
Dbitset.c486 unsigned int attr_nbits, attr_nwords; in ethnl_compact_sanity_checks() local
511 attr_nwords = DIV_ROUND_UP(attr_nbits, 32); in ethnl_compact_sanity_checks()
512 if (nla_len(tb[ETHTOOL_A_BITSET_VALUE]) != attr_nwords * sizeof(u32)) { in ethnl_compact_sanity_checks()
518 nla_len(tb[ETHTOOL_A_BITSET_MASK]) != attr_nwords * sizeof(u32)) { in ethnl_compact_sanity_checks()