Searched defs:lnet_msg (Results 1 – 1 of 1) sorted by relevance
174 typedef struct lnet_msg { struct175 struct list_head msg_activelist;176 struct list_head msg_list; /* Q for credits/MD */178 lnet_process_id_t msg_target;180 lnet_nid_t msg_from;181 __u32 msg_type;184 unsigned int msg_tx_committed:1;186 unsigned int msg_tx_cpt:15;188 unsigned int msg_rx_committed:1;190 unsigned int msg_rx_cpt:15;[all …]