Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
Dtypes.h150 __u32 ptl_index; member
157 __u32 ptl_index; member
Dlib-types.h471 unsigned int ptl_index; /* portal ID, reserved */ member
/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()
Dlib-move.c1389 hdr->msg.put.ptl_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_parse_put()
1395 info.mi_portal = hdr->msg.put.ptl_index; in lnet_parse_put()
1440 hdr->msg.get.ptl_index = le32_to_cpu(hdr->msg.get.ptl_index); in lnet_parse_get()
1447 info.mi_portal = hdr->msg.get.ptl_index; in lnet_parse_get()
1673 hdr->msg.put.ptl_index, in lnet_print_hdr()
1684 hdr->msg.get.ptl_index, in lnet_print_hdr()
1961 msg->msg_hdr.msg.put.ptl_index, in lnet_drop_delayed_msg_list()
2004 libcfs_id2str(id), msg->msg_hdr.msg.put.ptl_index, in lnet_recv_delayed_msg_list()
2110 msg->msg_hdr.msg.put.ptl_index = cpu_to_le32(portal); in LNetPut()
2310 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.c237 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ptl_index) == 64); in lnet_assert_wire_constants()
238 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ptl_index) == 4); in lnet_assert_wire_constants()
247 CLASSERT((int)offsetof(lnet_hdr_t, msg.get.ptl_index) == 56); in lnet_assert_wire_constants()
248 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.get.ptl_index) == 4); in lnet_assert_wire_constants()