+enum lnet_stats_type {
+ LNET_STATS_TYPE_SEND = 0,
+ LNET_STATS_TYPE_RECV,
+ LNET_STATS_TYPE_DROP
+};
+
+struct lnet_comm_count {
+ atomic_t co_get_count;
+ atomic_t co_put_count;
+ atomic_t co_reply_count;
+ atomic_t co_ack_count;
+ atomic_t co_hello_count;
+};
+