Lines Matching refs:frc
33 * @frc: frame context
47 __le32 frc;
127 return le32_to_cpu(fd->simple.frc);
133 * @frc: the frame context needs to be set in frame descriptor
135 static inline void dpaa2_fd_set_frc(struct dpaa2_fd *fd, u32 frc)
137 fd->simple.frc = cpu_to_le32(frc);
454 * @frc: frame context
463 __le32 frc;
504 return le32_to_cpu(fle->frc);
510 * @frc: the frame context needs to be set in frame list entry
512 static inline void dpaa2_fl_set_frc(struct dpaa2_fl_entry *fle, u32 frc)
514 fle->frc = cpu_to_le32(frc);