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()
832 lp->lp_txqnob += msg->msg_len + sizeof(lnet_hdr_t); in lnet_post_send_locked()1003 txpeer->lp_txqnob -= msg->msg_len + sizeof(lnet_hdr_t); in lnet_return_tx_credits_locked()1004 LASSERT(txpeer->lp_txqnob >= 0); in lnet_return_tx_credits_locked()1104 if (p1->lp_txqnob < p2->lp_txqnob) in lnet_compare_routes()1107 if (p1->lp_txqnob > p2->lp_txqnob) in lnet_compare_routes()
533 int txqnob = peer->lp_txqnob; in proc_lnet_peers()
459 long lp_txqnob; /* bytes queued for sending */ member