RDMA/cxgb4: Optimize CQ overflow detection
[safe/jmp/linux-2.6] / drivers / infiniband / hw / cxgb4 / cq.c
index 46ac00f..2447f52 100644 (file)
@@ -373,6 +373,7 @@ static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe,
                                 V_CQE_SWCQE(SW_CQE(hw_cqe)) |
                                 V_CQE_OPCODE(FW_RI_READ_REQ) |
                                 V_CQE_TYPE(1));
+       read_cqe->bits_type_ts = hw_cqe->bits_type_ts;
 }
 
 /*