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()
461 "value only allowed in compact bitset"); in ethnl_update_bitset32_verbose()
466 "mask only allowed in compact bitset"); in ethnl_update_bitset32_verbose()
536 "missing size in compact bitset"); in ethnl_compact_sanity_checks()
541 "missing value in compact bitset"); in ethnl_compact_sanity_checks()
546 "missing mask in compact nonlist bitset"); in ethnl_compact_sanity_checks()
581 * @names: array of bit names; may be null for compact format
635 * @names: array of bit names; may be null for compact format
693 "value only allowed in compact bitset"); in ethnl_parse_bitset()
698 "mask only allowed in compact bitset"); in ethnl_parse_bitset()
741 bool compact) in ethnl_bitset_size() argument
766 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size()
777 bool compact) in ethnl_put_bitset() argument
803 compact); in ethnl_put_bitset()
850 bool compact) in ethnl_bitset_size() argument
853 names, compact); in ethnl_bitset_size()
859 bool compact) in ethnl_put_bitset() argument
862 (const u32 *)mask, nbits, names, compact); in ethnl_put_bitset()