format_offset      45 include/soc/fsl/dpaa2-fd.h 			__le16 format_offset;
format_offset     183 include/soc/fsl/dpaa2-fd.h 	return !!((le16_to_cpu(fd->simple.format_offset) >>
format_offset     219 include/soc/fsl/dpaa2-fd.h 	return le16_to_cpu(fd->simple.format_offset) & FD_OFFSET_MASK;
format_offset     229 include/soc/fsl/dpaa2-fd.h 	fd->simple.format_offset &= cpu_to_le16(~FD_OFFSET_MASK);
format_offset     230 include/soc/fsl/dpaa2-fd.h 	fd->simple.format_offset |= cpu_to_le16(offset);
format_offset     242 include/soc/fsl/dpaa2-fd.h 	return (enum dpaa2_fd_format)((le16_to_cpu(fd->simple.format_offset)
format_offset     254 include/soc/fsl/dpaa2-fd.h 	fd->simple.format_offset &=
format_offset     256 include/soc/fsl/dpaa2-fd.h 	fd->simple.format_offset |= cpu_to_le16(format << FD_FORMAT_SHIFT);
format_offset     292 include/soc/fsl/dpaa2-fd.h 	__le16 format_offset;
format_offset     326 include/soc/fsl/dpaa2-fd.h 	return !!((le16_to_cpu(sg->format_offset) >> SG_SHORT_LEN_FLAG_SHIFT)
format_offset     362 include/soc/fsl/dpaa2-fd.h 	return le16_to_cpu(sg->format_offset) & SG_OFFSET_MASK;
format_offset     373 include/soc/fsl/dpaa2-fd.h 	sg->format_offset &= cpu_to_le16(~SG_OFFSET_MASK);
format_offset     374 include/soc/fsl/dpaa2-fd.h 	sg->format_offset |= cpu_to_le16(offset);
format_offset     386 include/soc/fsl/dpaa2-fd.h 	return (enum dpaa2_sg_format)((le16_to_cpu(sg->format_offset)
format_offset     398 include/soc/fsl/dpaa2-fd.h 	sg->format_offset &= cpu_to_le16(~(SG_FORMAT_MASK << SG_FORMAT_SHIFT));
format_offset     399 include/soc/fsl/dpaa2-fd.h 	sg->format_offset |= cpu_to_le16(format << SG_FORMAT_SHIFT);
format_offset     432 include/soc/fsl/dpaa2-fd.h 	return !!(le16_to_cpu(sg->format_offset) >> SG_FINAL_FLAG_SHIFT);
format_offset     442 include/soc/fsl/dpaa2-fd.h 	sg->format_offset &= cpu_to_le16((~(SG_FINAL_FLAG_MASK
format_offset     444 include/soc/fsl/dpaa2-fd.h 	sg->format_offset |= cpu_to_le16(final << SG_FINAL_FLAG_SHIFT);
format_offset     461 include/soc/fsl/dpaa2-fd.h 	__le16 format_offset;
format_offset     561 include/soc/fsl/dpaa2-fd.h 	return !!((le16_to_cpu(fle->format_offset) >>
format_offset     597 include/soc/fsl/dpaa2-fd.h 	return le16_to_cpu(fle->format_offset) & FL_OFFSET_MASK;
format_offset     607 include/soc/fsl/dpaa2-fd.h 	fle->format_offset &= cpu_to_le16(~FL_OFFSET_MASK);
format_offset     608 include/soc/fsl/dpaa2-fd.h 	fle->format_offset |= cpu_to_le16(offset);
format_offset     619 include/soc/fsl/dpaa2-fd.h 	return (enum dpaa2_fl_format)((le16_to_cpu(fle->format_offset) >>
format_offset     631 include/soc/fsl/dpaa2-fd.h 	fle->format_offset &= cpu_to_le16(~(FL_FORMAT_MASK << FL_FORMAT_SHIFT));
format_offset     632 include/soc/fsl/dpaa2-fd.h 	fle->format_offset |= cpu_to_le16(format << FL_FORMAT_SHIFT);
format_offset     665 include/soc/fsl/dpaa2-fd.h 	return !!(le16_to_cpu(fle->format_offset) >> FL_FINAL_FLAG_SHIFT);
format_offset     675 include/soc/fsl/dpaa2-fd.h 	fle->format_offset &= cpu_to_le16((~(FL_FINAL_FLAG_MASK <<
format_offset     677 include/soc/fsl/dpaa2-fd.h 	fle->format_offset |= cpu_to_le16(final << FL_FINAL_FLAG_SHIFT);