Home
last modified time | relevance | path

Searched defs:lnet_msg (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h174 typedef struct lnet_msg { struct
175 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 …]