Searched refs:lp_txqnob (Results 1 – 4 of 4) sorted by relevance
174 LASSERT(lp->lp_txqnob == 0); in lnet_destroy_peer_locked()333 lp->lp_txcredits, lp->lp_mintxcredits, lp->lp_txqnob); in lnet_debug_peer()
830 lp->lp_txqnob += msg->msg_len + sizeof(lnet_hdr_t); in lnet_post_send_locked()1000 txpeer->lp_txqnob -= msg->msg_len + sizeof(lnet_hdr_t); in lnet_return_tx_credits_locked()1001 LASSERT(txpeer->lp_txqnob >= 0); in lnet_return_tx_credits_locked()1101 if (p1->lp_txqnob < p2->lp_txqnob) in lnet_compare_routes()1104 if (p1->lp_txqnob > p2->lp_txqnob) in lnet_compare_routes()
518 int txqnob = peer->lp_txqnob; in proc_lnet_peers()
316 long lp_txqnob; /* bytes queued for sending */ member