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 qib_copy_sge(&qp->r_sge, data, pmtu, 0); in qib_uc_rcv()
388 qib_copy_sge(&qp->r_sge, data, tlen, 0); 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 qib_copy_sge(&qp->r_sge, data, pmtu, 1); in qib_uc_rcv()
482 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_uc_rcv()
483 rvt_put_ss(&qp->r_sge); in qib_uc_rcv()
498 qib_copy_sge(&qp->r_sge, data, tlen, 1); 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()