Lines Matching refs:r_sge
1982 qib_copy_sge(&qp->r_sge, data, pmtu, 1); in qib_rc_rcv()
2028 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_rc_rcv()
2029 qib_put_ss(&qp->r_sge); in qib_rc_rcv()
2065 qp->r_sge.sg_list = NULL; in qib_rc_rcv()
2072 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in qib_rc_rcv()
2076 qp->r_sge.num_sge = 1; in qib_rc_rcv()
2078 qp->r_sge.num_sge = 0; in qib_rc_rcv()
2079 qp->r_sge.sge.mr = NULL; in qib_rc_rcv()
2080 qp->r_sge.sge.vaddr = NULL; in qib_rc_rcv()
2081 qp->r_sge.sge.length = 0; in qib_rc_rcv()
2082 qp->r_sge.sge.sge_length = 0; in qib_rc_rcv()
2199 if (unlikely(!qib_rkey_ok(qp, &qp->r_sge.sge, sizeof(u64), in qib_rc_rcv()
2204 maddr = (atomic64_t *) qp->r_sge.sge.vaddr; in qib_rc_rcv()
2208 (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr, in qib_rc_rcv()
2211 qib_put_mr(qp->r_sge.sge.mr); in qib_rc_rcv()
2212 qp->r_sge.num_sge = 0; in qib_rc_rcv()