Searched refs:HFI1_S_UNLIMITED_CREDIT (Results 1 – 3 of 3) sorted by relevance
368 if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT) && in hfi1_make_rc_req()396 if (newreq && !(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req()401 if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT) && in hfi1_make_rc_req()447 if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req()484 if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req()
1364 if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) { in hfi1_get_credit()1365 qp->s_flags |= HFI1_S_UNLIMITED_CREDIT; in hfi1_get_credit()1371 } else if (!(qp->s_flags & HFI1_S_UNLIMITED_CREDIT)) { in hfi1_get_credit()
602 #define HFI1_S_UNLIMITED_CREDIT 0x20000 macro