Lines Matching defs:value
116 * ethnl_bitmap32_update() - Modify u32 based bitmap according to value/mask
120 * @value: values to set
124 * Set bits in @dst bitmap which are set in @mask to values from @value, leave
129 const u32 *value, const u32 *mask, bool *mod)
137 new_value = (*dst & ~real_mask) | (*value & real_mask);
147 value++;
160 * @val: value bitmap (u32 based)
185 /* value, mask */
201 /* value */
220 * @val: value bitmap (u32 based)
227 * bitmap (bit list) is created, if @mask is provided, represent a value/mask
230 * Return: 0 on success, negative error value on error
324 * @compact: pointer for return value
441 "value only allowed in compact bitset");
501 "missing value in compact bitset");
514 "bitset value length does not match size");
547 * set to values from value. Bitmaps in the attribute may be longer than
590 * ethnl_parse_bitset() - Compute effective value and mask from bitset nest
591 * @val: unsigned long based bitmap to put value into
598 * Provide @nbits size long bitmaps for value and mask so that
653 "value only allowed in compact bitset");