Home
last modified time | relevance | path

Searched refs:lp_txqnob (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dpeer.c174 LASSERT(lp->lp_txqnob == 0); in lnet_destroy_peer_locked()
333 lp->lp_txcredits, lp->lp_mintxcredits, lp->lp_txqnob); in lnet_debug_peer()
Dlib-move.c832 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()
Drouter_proc.c533 int txqnob = peer->lp_txqnob; in proc_lnet_peers()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h459 long lp_txqnob; /* bytes queued for sending */ member