Searched refs:RVT_R_REUSE_SGE (Results 1 – 3 of 3) sorted by relevance
138 if (qp->r_flags & RVT_R_REUSE_SGE) in qib_ud_loopback()139 qp->r_flags &= ~RVT_R_REUSE_SGE; in qib_ud_loopback()156 qp->r_flags |= RVT_R_REUSE_SGE; in qib_ud_loopback()527 if (qp->r_flags & RVT_R_REUSE_SGE) in qib_ud_rcv()528 qp->r_flags &= ~RVT_R_REUSE_SGE; in qib_ud_rcv()545 qp->r_flags |= RVT_R_REUSE_SGE; in qib_ud_rcv()
162 if (qp->r_flags & RVT_R_REUSE_SGE) { in ud_loopback()163 qp->r_flags &= ~RVT_R_REUSE_SGE; in ud_loopback()180 qp->r_flags |= RVT_R_REUSE_SGE; in ud_loopback()986 if (qp->r_flags & RVT_R_REUSE_SGE) { in hfi1_ud_rcv()987 qp->r_flags &= ~RVT_R_REUSE_SGE; in hfi1_ud_rcv()1004 qp->r_flags |= RVT_R_REUSE_SGE; in hfi1_ud_rcv()
23 #define RVT_R_REUSE_SGE 0x01 macro