Lines Matching defs:format
31 * @format_offset: format, offset, and short-length fields
234 * dpaa2_fd_get_format() - Get the format field in the frame descriptor
237 * Return the format.
247 * dpaa2_fd_set_format() - Set the format field of frame descriptor
249 * @format: the format needs to be set in frame descriptor
252 enum dpaa2_fd_format format)
256 fd->simple.format_offset |= cpu_to_le16(format << FD_FORMAT_SHIFT);
286 * @format_offset: format and offset fields
378 * dpaa2_sg_get_format() - Get the SG format in SG entry
381 * Return the format.
391 * dpaa2_sg_set_format() - Set the SG format in SG entry
393 * @format: the format to be set
396 enum dpaa2_sg_format format)
399 sg->format_offset |= cpu_to_le16(format << SG_FORMAT_SHIFT);
452 * @format_offset: format, offset, and short-length fields
612 * dpaa2_fl_get_format() - Get the format field in the FLE
615 * Return the format.
624 * dpaa2_fl_set_format() - Set the format field of FLE
626 * @format: the format needs to be set in frame list entry
629 enum dpaa2_fl_format format)
632 fle->format_offset |= cpu_to_le16(format << FL_FORMAT_SHIFT);