Lines Matching refs:r_sge
1980 qib_copy_sge(&qp->r_sge, data, pmtu, 1); in qib_rc_rcv()
2026 qib_copy_sge(&qp->r_sge, data, tlen, 1); in qib_rc_rcv()
2027 qib_put_ss(&qp->r_sge); in qib_rc_rcv()
2063 qp->r_sge.sg_list = NULL; in qib_rc_rcv()
2070 ok = qib_rkey_ok(qp, &qp->r_sge.sge, qp->r_len, vaddr, in qib_rc_rcv()
2074 qp->r_sge.num_sge = 1; in qib_rc_rcv()
2076 qp->r_sge.num_sge = 0; in qib_rc_rcv()
2077 qp->r_sge.sge.mr = NULL; in qib_rc_rcv()
2078 qp->r_sge.sge.vaddr = NULL; in qib_rc_rcv()
2079 qp->r_sge.sge.length = 0; in qib_rc_rcv()
2080 qp->r_sge.sge.sge_length = 0; in qib_rc_rcv()
2197 if (unlikely(!qib_rkey_ok(qp, &qp->r_sge.sge, sizeof(u64), in qib_rc_rcv()
2202 maddr = (atomic64_t *) qp->r_sge.sge.vaddr; in qib_rc_rcv()
2206 (u64) cmpxchg((u64 *) qp->r_sge.sge.vaddr, in qib_rc_rcv()
2209 qib_put_mr(qp->r_sge.sge.mr); in qib_rc_rcv()
2210 qp->r_sge.num_sge = 0; in qib_rc_rcv()