Lines Matching refs:r_sge
338 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()
340 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
398 qp->r_sge = qp->s_rdma_read_sge; in hfi1_uc_rcv()
409 qp->s_rdma_read_sge = qp->r_sge; in hfi1_uc_rcv()
429 hfi1_copy_sge(&qp->r_sge, data, pmtu, false, false); in hfi1_uc_rcv()
452 hfi1_copy_sge(&qp->r_sge, data, tlen, false, false); in hfi1_uc_rcv()
493 qp->r_sge.sg_list = NULL; in hfi1_uc_rcv()
500 ok = rvt_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in hfi1_uc_rcv()
504 qp->r_sge.num_sge = 1; in hfi1_uc_rcv()
506 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()
507 qp->r_sge.sge.mr = NULL; in hfi1_uc_rcv()
508 qp->r_sge.sge.vaddr = NULL; in hfi1_uc_rcv()
509 qp->r_sge.sge.length = 0; in hfi1_uc_rcv()
510 qp->r_sge.sge.sge_length = 0; in hfi1_uc_rcv()
526 hfi1_copy_sge(&qp->r_sge, data, pmtu, true, false); in hfi1_uc_rcv()
553 hfi1_copy_sge(&qp->r_sge, data, tlen, true, false); in hfi1_uc_rcv()
554 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
567 hfi1_copy_sge(&qp->r_sge, data, tlen, true, false); in hfi1_uc_rcv()
568 rvt_put_ss(&qp->r_sge); in hfi1_uc_rcv()
581 qp->r_sge.num_sge = 0; in hfi1_uc_rcv()