Lines Matching refs:r_sge
282 qp->r_sge.num_sge = 0; in qib_uc_rcv()
284 qib_put_ss(&qp->r_sge); in qib_uc_rcv()
350 qp->r_sge = qp->s_rdma_read_sge; in qib_uc_rcv()
361 qp->s_rdma_read_sge = qp->r_sge; in qib_uc_rcv()
376 qib_copy_sge(&qp->r_sge, data, pmtu, 0); in qib_uc_rcv()
402 qib_copy_sge(&qp->r_sge, data, tlen, 0); in qib_uc_rcv()
434 qp->r_sge.sg_list = NULL; in qib_uc_rcv()
441 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, in qib_uc_rcv()
445 qp->r_sge.num_sge = 1; in qib_uc_rcv()
447 qp->r_sge.num_sge = 0; in qib_uc_rcv()
448 qp->r_sge.sge.mr = NULL; in qib_uc_rcv()
449 qp->r_sge.sge.vaddr = NULL; in qib_uc_rcv()
450 qp->r_sge.sge.length = 0; in qib_uc_rcv()
451 qp->r_sge.sge.sge_length = 0; in qib_uc_rcv()
467 qib_copy_sge(&qp->r_sge, data, pmtu, 1); in qib_uc_rcv()
497 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_uc_rcv()
498 qib_put_ss(&qp->r_sge); in qib_uc_rcv()
513 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_uc_rcv()
514 qib_put_ss(&qp->r_sge); in qib_uc_rcv()
527 qp->r_sge.num_sge = 0; in qib_uc_rcv()