Home
last modified time | relevance | path

Searched refs:dst_wmd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-move.c1472 msg->msg_hdr.msg.reply.dst_wmd = reply_wmd; in lnet_parse_get()
1508 cpt = lnet_cpt_of_cookie(hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1515 md = lnet_wire_handle2md(&hdr->msg.reply.dst_wmd); in lnet_parse_reply()
1520 hdr->msg.reply.dst_wmd.wh_interface_cookie, in lnet_parse_reply()
1521 hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1539 rlength, hdr->msg.reply.dst_wmd.wh_object_cookie, in lnet_parse_reply()
1547 mlength, rlength, hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1577 cpt = lnet_cpt_of_cookie(hdr->msg.ack.dst_wmd.wh_object_cookie); in lnet_parse_ack()
1581 md = lnet_wire_handle2md(&hdr->msg.ack.dst_wmd); in lnet_parse_ack()
1588 hdr->msg.ack.dst_wmd.wh_interface_cookie, in lnet_parse_ack()
[all …]
Dapi-ni.c231 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.dst_wmd) == 32); in lnet_assert_wire_constants()
232 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.dst_wmd) == 16); in lnet_assert_wire_constants()
263 CLASSERT((int)offsetof(lnet_hdr_t, msg.reply.dst_wmd) == 32); in lnet_assert_wire_constants()
264 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.reply.dst_wmd) == 16); in lnet_assert_wire_constants()
Dlib-msg.c382 msg->msg_hdr.msg.ack.dst_wmd = ack_wmd; in lnet_complete_msg_locked()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h81 lnet_handle_wire_t dst_wmd; member
103 lnet_handle_wire_t dst_wmd; member