Searched refs:attr_nbits (Results 1 – 1 of 1) sorted by relevance
527 unsigned int attr_nbits, attr_nwords; in ethnl_compact_sanity_checks() local551 attr_nbits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_compact_sanity_checks()552 attr_nwords = DIV_ROUND_UP(attr_nbits, 32); in ethnl_compact_sanity_checks()564 if (attr_nbits <= nbits) in ethnl_compact_sanity_checks()569 if (ethnl_bitmap32_not_zero(nla_data(test_attr), nbits, attr_nbits)) { in ethnl_compact_sanity_checks()