Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c90 ev->pt_index = hdr->msg.put.ptl_index; in lnet_build_msg_event()
96 ev->pt_index = hdr->msg.get.ptl_index; in lnet_build_msg_event()
111 ev->pt_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_build_msg_event()
120 ev->pt_index = le32_to_cpu(hdr->msg.get.ptl_index); in lnet_build_msg_event()
/drivers/staging/lustre/include/linux/lnet/
Dtypes.h575 unsigned int pt_index; member