summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorClaudiu Manoil <claudiu.manoil@nxp.com>2016-11-16 14:40:26 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:36 (GMT)
commit37bc632db3e6aa851811383f7d12f6160cfc188a (patch)
tree4be2277956ccea6534b62d0344b9eff2cc642bc8 /include
parent8f8751c6b12aae2d860aab47893ecd27ab83dd3b (diff)
downloadlinux-37bc632db3e6aa851811383f7d12f6160cfc188a.tar.xz
soc/qman: Drop unused field from eqcr/dqrr descriptors
ORP ("Order Restoration Point") mechanism not supported. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'include')
-rw-r--r--include/soc/fsl/qman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/soc/fsl/qman.h b/include/soc/fsl/qman.h
index cde9e9f..4e234c0 100644
--- a/include/soc/fsl/qman.h
+++ b/include/soc/fsl/qman.h
@@ -279,8 +279,7 @@ union qm_mr_entry {
u8 dca;
u16 seqnum;
u8 rc; /* Rej Code: 8-bit */
- u8 orp_hi; /* ORP: 24-bit */
- u16 orp_lo;
+ u8 __reserved[3];
u32 fqid; /* 24-bit */
u32 tag;
struct qm_fd fd;