Searched refs:msg_tx_cpt (Results 1 – 3 of 3) sorted by relevance
148 msg->msg_tx_cpt = cpt; in lnet_msg_commit()179 counters = the_lnet.ln_counters[msg->msg_tx_cpt]; in lnet_msg_decommit_tx()282 LASSERT(cpt == msg->msg_tx_cpt); in lnet_msg_decommit()488 cpt = msg->msg_tx_committed ? msg->msg_tx_cpt : msg->msg_rx_cpt; in lnet_finalize()
788 int cpt = msg->msg_tx_cpt; in lnet_post_send_locked()972 struct lnet_tx_queue *tq = ni->ni_tx_queues[msg->msg_tx_cpt]; in lnet_return_tx_credits_locked()
68 unsigned int msg_tx_cpt:15; member