Searched refs:msg_txcredit (Results 1 – 3 of 3) sorted by relevance
649 (msg->msg_txcredit && msg->msg_peertxcredit)); in lnet_ni_send()843 if (!msg->msg_txcredit) { in lnet_post_send_locked()847 msg->msg_txcredit = 1; in lnet_post_send_locked()970 if (msg->msg_txcredit) { in lnet_return_tx_credits_locked()975 msg->msg_txcredit = 0; in lnet_return_tx_credits_locked()1333 LASSERT(!msg->msg_txcredit); in lnet_send()
456 msg->msg_txcredit ? "C" : "", in lnet_finalize()
86 unsigned int msg_txcredit:1; /* taken an NI send credit */ member