|
@@ -101,8 +101,7 @@ void rvt_cq_enter(struct rvt_cq *cq, struct ib_wc *entry, bool solicited)
|
|
|
wc->uqueue[head].opcode = entry->opcode;
|
|
|
wc->uqueue[head].vendor_err = entry->vendor_err;
|
|
|
wc->uqueue[head].byte_len = entry->byte_len;
|
|
|
- wc->uqueue[head].ex.imm_data =
|
|
|
- (__u32 __force)entry->ex.imm_data;
|
|
|
+ wc->uqueue[head].ex.imm_data = entry->ex.imm_data;
|
|
|
wc->uqueue[head].qp_num = entry->qp->qp_num;
|
|
|
wc->uqueue[head].src_qp = entry->src_qp;
|
|
|
wc->uqueue[head].wc_flags = entry->wc_flags;
|