ib_post_srq_recv
ret = ib_post_srq_recv(priv->cm.srq, &priv->cm.rx_wr, NULL);
return ib_post_srq_recv(sdev->srq, &wr, NULL);
ret = ib_post_srq_recv(cmd->nsrq->srq, &cmd->wr, NULL);