Searched defs:wr_id_only (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c160 * @wr_id_only: update qp->r_wr_id only, not qp->r_sge
166 int ipath_get_rwqe(struct ipath_qp *qp, int wr_id_only) argument
208 if (wr_id_only)
/drivers/infiniband/hw/qib/
H A Dqib_ruc.c131 * @wr_id_only: update qp->r_wr_id only, not qp->r_sge
138 int qib_get_rwqe(struct qib_qp *qp, int wr_id_only) argument
185 if (!wr_id_only && !qib_init_sge(qp, wqe)) {

Completed in 85 milliseconds