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>
This commit is contained in:
Claudiu Manoil
2016-11-16 16:40:26 +02:00
committed by Scott Wood
parent d6753c7e65
commit b539945286
2 changed files with 2 additions and 4 deletions

View File

@@ -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;