Lines Matching refs:r_sge
293 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()
295 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
353 qp->r_sge = qp->s_rdma_read_sge; in hfi1_uc_rcv()
364 qp->s_rdma_read_sge = qp->r_sge; in hfi1_uc_rcv()
384 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, false, false); in hfi1_uc_rcv()
407 rvt_copy_sge(qp, &qp->r_sge, data, tlen, false, false); in hfi1_uc_rcv()
447 qp->r_sge.sg_list = NULL; in hfi1_uc_rcv()
454 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in hfi1_uc_rcv()
458 qp->r_sge.num_sge = 1; in hfi1_uc_rcv()
460 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()
461 qp->r_sge.sge.mr = NULL; in hfi1_uc_rcv()
462 qp->r_sge.sge.vaddr = NULL; in hfi1_uc_rcv()
463 qp->r_sge.sge.length = 0; in hfi1_uc_rcv()
464 qp->r_sge.sge.sge_length = 0; in hfi1_uc_rcv()
480 rvt_copy_sge(qp, &qp->r_sge, data, pmtu, true, false); in hfi1_uc_rcv()
507 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in hfi1_uc_rcv()
508 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
521 rvt_copy_sge(qp, &qp->r_sge, data, tlen, true, false); in hfi1_uc_rcv()
522 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
535 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()