Searched refs:lp_txcredits (Results 1 – 4 of 4) sorted by relevance
290 lp->lp_txcredits = in lnet_nid2peer_locked()333 lp->lp_txcredits, lp->lp_mintxcredits, lp->lp_txqnob); in lnet_debug_peer()
826 LASSERT((lp->lp_txcredits < 0) == in lnet_post_send_locked()831 lp->lp_txcredits--; in lnet_post_send_locked()833 if (lp->lp_txcredits < lp->lp_mintxcredits) in lnet_post_send_locked()834 lp->lp_mintxcredits = lp->lp_txcredits; in lnet_post_send_locked()836 if (lp->lp_txcredits < 0) { in lnet_post_send_locked()997 LASSERT((txpeer->lp_txcredits < 0) == in lnet_return_tx_credits_locked()1003 txpeer->lp_txcredits++; in lnet_return_tx_credits_locked()1004 if (txpeer->lp_txcredits <= 0) { in lnet_return_tx_credits_locked()1107 if (p1->lp_txcredits > p2->lp_txcredits) in lnet_compare_routes()1110 if (p1->lp_txcredits < p2->lp_txcredits) in lnet_compare_routes()
514 int txcr = peer->lp_txcredits; in proc_lnet_peers()
302 int lp_txcredits; /* # tx credits available */ member