Searched refs:msg_rx_cpt (Results 1 – 3 of 3) sorted by relevance
156 msg->msg_rx_cpt = cpt; in lnet_msg_commit()231 counters = the_lnet.ln_counters[msg->msg_rx_cpt]; in lnet_msg_decommit_rx()288 if (cpt != msg->msg_rx_cpt) { in lnet_msg_decommit()290 cpt2 = msg->msg_rx_cpt; in lnet_msg_decommit()488 cpt = msg->msg_tx_committed ? msg->msg_tx_cpt : msg->msg_rx_cpt; in lnet_finalize()
879 cpt = msg->msg_rx_cpt; in lnet_msg2bufpool()957 int cpt = msg->msg_rx_cpt; in lnet_post_routed_recv_locked()1622 lnet_net_unlock(msg->msg_rx_cpt); in lnet_parse_forward_locked()1624 lnet_net_lock(msg->msg_rx_cpt); in lnet_parse_forward_locked()
190 unsigned int msg_rx_cpt:15; member