Lines Matching defs:format
32 * @format_offset: format, offset, and short-length fields
235 * dpaa2_fd_get_format() - Get the format field in the frame descriptor
238 * Return the format.
248 * dpaa2_fd_set_format() - Set the format field of frame descriptor
250 * @format: the format needs to be set in frame descriptor
253 enum dpaa2_fd_format format)
257 fd->simple.format_offset |= cpu_to_le16(format << FD_FORMAT_SHIFT);
287 * @format_offset: format and offset fields
379 * dpaa2_sg_get_format() - Get the SG format in SG entry
382 * Return the format.
392 * dpaa2_sg_set_format() - Set the SG format in SG entry
394 * @format: the format to be set
397 enum dpaa2_sg_format format)
400 sg->format_offset |= cpu_to_le16(format << SG_FORMAT_SHIFT);
453 * @format_offset: format, offset, and short-length fields
613 * dpaa2_fl_get_format() - Get the format field in the FLE
616 * Return the format.
625 * dpaa2_fl_set_format() - Set the format field of FLE
627 * @format: the format needs to be set in frame list entry
630 enum dpaa2_fl_format format)
633 fle->format_offset |= cpu_to_le16(format << FL_FORMAT_SHIFT);