ORP ("Order Restoration Point") mechanism not supported.
Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
Signed-off-by: Scott Wood <oss@buserror.net>
u8 _ncw_verb; /* writes to this are non-coherent */
u8 dca;
u16 seqnum;
- u32 orp; /* 24-bit */
+ u8 __reserved[4];
u32 fqid; /* 24-bit */
u32 tag;
struct qm_fd fd;
static inline void eqcr_commit_checks(struct qm_eqcr *eqcr)
{
DPAA_ASSERT(eqcr->busy);
- DPAA_ASSERT(eqcr->cursor->orp == (eqcr->cursor->orp & 0x00ffffff));
DPAA_ASSERT(!(eqcr->cursor->fqid & ~QM_FQID_MASK));
DPAA_ASSERT(eqcr->available >= 1);
}
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;