Lines Matching refs:r_sge
277 qp->r_sge.num_sge = 0; in qib_uc_rcv()
279 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
336 qp->r_sge = qp->s_rdma_read_sge; in qib_uc_rcv()
347 qp->s_rdma_read_sge = qp->r_sge; in qib_uc_rcv()
362 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, false, false); in qib_uc_rcv()
388 rvt_copy_sge(qp, &qp->r_sge, data, tlen, false, false); in qib_uc_rcv()
418 qp->r_sge.sg_list = NULL; in qib_uc_rcv()
425 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv()
429 qp->r_sge.num_sge = 1; in qib_uc_rcv()
431 qp->r_sge.num_sge = 0; in qib_uc_rcv()
432 qp->r_sge.sge.mr = NULL; in qib_uc_rcv()
433 qp->r_sge.sge.vaddr = NULL; in qib_uc_rcv()
434 qp->r_sge.sge.length = 0; in qib_uc_rcv()
435 qp->r_sge.sge.sge_length = 0; in qib_uc_rcv()
451 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, true, false); in qib_uc_rcv()
481 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in qib_uc_rcv()
482 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
497 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in qib_uc_rcv()
498 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
511 qp->r_sge.num_sge = 0; in qib_uc_rcv()