Searched refs:RVT_R_REUSE_SGE (Results 1 – 3 of 3) sorted by relevance
137 if (qp->r_flags & RVT_R_REUSE_SGE) in qib_ud_loopback()138 qp->r_flags &= ~RVT_R_REUSE_SGE; in qib_ud_loopback()155 qp->r_flags |= RVT_R_REUSE_SGE; in qib_ud_loopback()532 if (qp->r_flags & RVT_R_REUSE_SGE) in qib_ud_rcv()533 qp->r_flags &= ~RVT_R_REUSE_SGE; in qib_ud_rcv()550 qp->r_flags |= RVT_R_REUSE_SGE; in qib_ud_rcv()
161 if (qp->r_flags & RVT_R_REUSE_SGE) { in ud_loopback()162 qp->r_flags &= ~RVT_R_REUSE_SGE; in ud_loopback()179 qp->r_flags |= RVT_R_REUSE_SGE; in ud_loopback()1000 if (qp->r_flags & RVT_R_REUSE_SGE) { in hfi1_ud_rcv()1001 qp->r_flags &= ~RVT_R_REUSE_SGE; in hfi1_ud_rcv()1018 qp->r_flags |= RVT_R_REUSE_SGE; in hfi1_ud_rcv()
64 #define RVT_R_REUSE_SGE 0x01 macro