Lines Matching full:compact
164 * @compact: assume compact format for output
172 ethnl_string_array_t names, bool compact) in ethnl_bitset32_size() argument
182 if (compact) { in ethnl_bitset32_size()
224 * @compact: use compact format for the output
234 ethnl_string_array_t names, bool compact) in ethnl_put_bitset32() argument
247 if (compact) { in ethnl_put_bitset32()
321 * ethnl_bitset_is_compact() - check if bitset attribute represents a compact
324 * @compact: pointer for return value
328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument
341 *compact = false; in ethnl_bitset_is_compact()
347 *compact = true; in ethnl_bitset_is_compact()
441 "value only allowed in compact bitset"); in ethnl_update_bitset32_verbose()
446 "mask only allowed in compact bitset"); in ethnl_update_bitset32_verbose()
496 "missing size in compact bitset"); in ethnl_compact_sanity_checks()
501 "missing value in compact bitset"); in ethnl_compact_sanity_checks()
506 "missing mask in compact nonlist bitset"); in ethnl_compact_sanity_checks()
541 * @names: array of bit names; may be null for compact format
595 * @names: array of bit names; may be null for compact format
653 "value only allowed in compact bitset"); in ethnl_parse_bitset()
658 "mask only allowed in compact bitset"); in ethnl_parse_bitset()
701 bool compact) in ethnl_bitset_size() argument
726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size()
737 bool compact) in ethnl_put_bitset() argument
763 compact); in ethnl_put_bitset()
810 bool compact) in ethnl_bitset_size() argument
813 names, compact); in ethnl_bitset_size()
819 bool compact) in ethnl_put_bitset() argument
822 (const u32 *)mask, nbits, names, compact); in ethnl_put_bitset()