Searched refs:msg_txcredit (Results 1 – 3 of 3) sorted by relevance
650 (msg->msg_txcredit && msg->msg_peertxcredit)); in lnet_ni_send()845 if (!msg->msg_txcredit) { in lnet_post_send_locked()849 msg->msg_txcredit = 1; in lnet_post_send_locked()973 if (msg->msg_txcredit) { in lnet_return_tx_credits_locked()978 msg->msg_txcredit = 0; in lnet_return_tx_credits_locked()1336 LASSERT(!msg->msg_txcredit); in lnet_send()
456 msg->msg_txcredit ? "C" : "", in lnet_finalize()
204 unsigned int msg_txcredit:1; /* taken an NI send credit */ member