Lines Matching refs:frc
32 * @frc: frame context
46 __le32 frc;
126 return le32_to_cpu(fd->simple.frc);
132 * @frc: the frame context needs to be set in frame descriptor
134 static inline void dpaa2_fd_set_frc(struct dpaa2_fd *fd, u32 frc)
136 fd->simple.frc = cpu_to_le32(frc);
453 * @frc: frame context
462 __le32 frc;
503 return le32_to_cpu(fle->frc);
509 * @frc: the frame context needs to be set in frame list entry
511 static inline void dpaa2_fl_set_frc(struct dpaa2_fl_entry *fle, u32 frc)
513 fle->frc = cpu_to_le32(frc);