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()
828 LASSERT((lp->lp_txcredits < 0) == in lnet_post_send_locked()833 lp->lp_txcredits--; in lnet_post_send_locked()835 if (lp->lp_txcredits < lp->lp_mintxcredits) in lnet_post_send_locked()836 lp->lp_mintxcredits = lp->lp_txcredits; in lnet_post_send_locked()838 if (lp->lp_txcredits < 0) { in lnet_post_send_locked()1000 LASSERT((txpeer->lp_txcredits < 0) == in lnet_return_tx_credits_locked()1006 txpeer->lp_txcredits++; in lnet_return_tx_credits_locked()1007 if (txpeer->lp_txcredits <= 0) { in lnet_return_tx_credits_locked()1110 if (p1->lp_txcredits > p2->lp_txcredits) in lnet_compare_routes()1113 if (p1->lp_txcredits < p2->lp_txcredits) in lnet_compare_routes()
529 int txcr = peer->lp_txcredits; in proc_lnet_peers()
449 int lp_txcredits; /* # tx credits available */ member