Home
last modified time | relevance | path

Searched refs:HFI1_S_UNLIMITED_CREDIT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Drc.c368 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()
Dqp.c1364 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()
Dverbs.h602 #define HFI1_S_UNLIMITED_CREDIT 0x20000 macro