Home
last modified time | relevance | path

Searched refs:pt_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c95 ev->pt_index = hdr->msg.put.ptl_index; in lnet_build_msg_event()
101 ev->pt_index = hdr->msg.get.ptl_index; in lnet_build_msg_event()
116 ev->pt_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_build_msg_event()
125 ev->pt_index = le32_to_cpu(hdr->msg.get.ptl_index); in lnet_build_msg_event()
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dtypes.h573 unsigned int pt_index; member