Lines Matching refs:r_sge
278 qp->r_sge.num_sge = 0; in qib_uc_rcv()
280 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
337 qp->r_sge = qp->s_rdma_read_sge; in qib_uc_rcv()
348 qp->s_rdma_read_sge = qp->r_sge; in qib_uc_rcv()
363 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, false, false); in qib_uc_rcv()
389 rvt_copy_sge(qp, &qp->r_sge, data, tlen, false, false); in qib_uc_rcv()
419 qp->r_sge.sg_list = NULL; in qib_uc_rcv()
426 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv()
430 qp->r_sge.num_sge = 1; in qib_uc_rcv()
432 qp->r_sge.num_sge = 0; in qib_uc_rcv()
433 qp->r_sge.sge.mr = NULL; in qib_uc_rcv()
434 qp->r_sge.sge.vaddr = NULL; in qib_uc_rcv()
435 qp->r_sge.sge.length = 0; in qib_uc_rcv()
436 qp->r_sge.sge.sge_length = 0; in qib_uc_rcv()
452 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, true, false); in qib_uc_rcv()
482 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in qib_uc_rcv()
483 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
498 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in qib_uc_rcv()
499 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
512 qp->r_sge.num_sge = 0; in qib_uc_rcv()