Home
last modified time | relevance | path

Searched refs:ptl_index (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h90 __u32 ptl_index; member
97 __u32 ptl_index; member
615 unsigned int ptl_index; /* portal ID, reserved */ member
/linux-4.1.27/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()
Dlib-move.c1392 hdr->msg.put.ptl_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_parse_put()
1398 info.mi_portal = hdr->msg.put.ptl_index; in lnet_parse_put()
1443 hdr->msg.get.ptl_index = le32_to_cpu(hdr->msg.get.ptl_index); in lnet_parse_get()
1450 info.mi_portal = hdr->msg.get.ptl_index; in lnet_parse_get()
1676 hdr->msg.put.ptl_index, in lnet_print_hdr()
1687 hdr->msg.get.ptl_index, in lnet_print_hdr()
1964 msg->msg_hdr.msg.put.ptl_index, in lnet_drop_delayed_msg_list()
2007 libcfs_id2str(id), msg->msg_hdr.msg.put.ptl_index, in lnet_recv_delayed_msg_list()
2113 msg->msg_hdr.msg.put.ptl_index = cpu_to_le32(portal); in LNetPut()
2313 msg->msg_hdr.msg.get.ptl_index = cpu_to_le32(portal); in LNetGet()
Dlib-ptl.c253 return ptl->ptl_mtables[ptl->ptl_index % LNET_CPT_NUMBER]; in lnet_mt_of_attach()
660 info.mi_portal = hdr->msg.put.ptl_index; in lnet_ptl_attach_md()
767 ptl->ptl_index = index; in lnet_ptl_setup()
Dapi-ni.c245 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ptl_index) == 64); in lnet_assert_wire_constants()
246 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ptl_index) == 4); in lnet_assert_wire_constants()
255 CLASSERT((int)offsetof(lnet_hdr_t, msg.get.ptl_index) == 56); in lnet_assert_wire_constants()
256 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.get.ptl_index) == 4); in lnet_assert_wire_constants()