]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/infiniband/hw/cxgb3/iwch_cm.c
RDMA/cxgb3: Program hardware IRD with correct value
[karo-tx-linux.git] / drivers / infiniband / hw / cxgb3 / iwch_cm.c
index 320f2b6ddee665303441dbdb9a08d836e3badedd..99f2f2a46bf79244270be761d4f9637aad540694 100644 (file)
@@ -1745,7 +1745,7 @@ int iwch_accept_cr(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
 
        /* bind QP to EP and move to RTS */
        attrs.mpa_attr = ep->mpa_attr;
-       attrs.max_ird = ep->ord;
+       attrs.max_ird = ep->ird;
        attrs.max_ord = ep->ord;
        attrs.llp_stream_handle = ep;
        attrs.next_state = IWCH_QP_STATE_RTS;