Searched refs:attr_nbits (Results 1 – 1 of 1) sorted by relevance
486 unsigned int attr_nbits, attr_nwords; in ethnl_compact_sanity_checks() local510 attr_nbits = nla_get_u32(tb[ETHTOOL_A_BITSET_SIZE]); in ethnl_compact_sanity_checks()511 attr_nwords = DIV_ROUND_UP(attr_nbits, 32); in ethnl_compact_sanity_checks()523 if (attr_nbits <= nbits) in ethnl_compact_sanity_checks()528 if (ethnl_bitmap32_not_zero(nla_data(test_attr), nbits, attr_nbits)) { in ethnl_compact_sanity_checks()