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()528 if (qp->r_flags & RVT_R_REUSE_SGE) in qib_ud_rcv()529 qp->r_flags &= ~RVT_R_REUSE_SGE; in qib_ud_rcv()546 qp->r_flags |= RVT_R_REUSE_SGE; in qib_ud_rcv()
120 if (qp->r_flags & RVT_R_REUSE_SGE) { in ud_loopback()121 qp->r_flags &= ~RVT_R_REUSE_SGE; in ud_loopback()138 qp->r_flags |= RVT_R_REUSE_SGE; in ud_loopback()940 if (qp->r_flags & RVT_R_REUSE_SGE) { in hfi1_ud_rcv()941 qp->r_flags &= ~RVT_R_REUSE_SGE; in hfi1_ud_rcv()958 qp->r_flags |= RVT_R_REUSE_SGE; in hfi1_ud_rcv()
23 #define RVT_R_REUSE_SGE 0x01 macro