Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h56 typedef struct lnet_msg { struct
57 struct list_head msg_activelist;
58 struct list_head msg_list; /* Q for credits/MD */
60 lnet_process_id_t msg_target;
62 lnet_nid_t msg_from;
63 __u32 msg_type;
66 unsigned int msg_tx_committed:1;
68 unsigned int msg_tx_cpt:15;
70 unsigned int msg_rx_committed:1;
72 unsigned int msg_rx_cpt:15;
[all …]