Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-move.c1469 msg->msg_hdr.msg.reply.dst_wmd = reply_wmd; in lnet_parse_get()
1505 cpt = lnet_cpt_of_cookie(hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1512 md = lnet_wire_handle2md(&hdr->msg.reply.dst_wmd); in lnet_parse_reply()
1517 hdr->msg.reply.dst_wmd.wh_interface_cookie, in lnet_parse_reply()
1518 hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1536 rlength, hdr->msg.reply.dst_wmd.wh_object_cookie, in lnet_parse_reply()
1544 mlength, rlength, hdr->msg.reply.dst_wmd.wh_object_cookie); in lnet_parse_reply()
1574 cpt = lnet_cpt_of_cookie(hdr->msg.ack.dst_wmd.wh_object_cookie); in lnet_parse_ack()
1578 md = lnet_wire_handle2md(&hdr->msg.ack.dst_wmd); in lnet_parse_ack()
1585 hdr->msg.ack.dst_wmd.wh_interface_cookie, in lnet_parse_ack()
[all …]
Dapi-ni.c223 CLASSERT((int)offsetof(lnet_hdr_t, msg.ack.dst_wmd) == 32); in lnet_assert_wire_constants()
224 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.ack.dst_wmd) == 16); in lnet_assert_wire_constants()
255 CLASSERT((int)offsetof(lnet_hdr_t, msg.reply.dst_wmd) == 32); in lnet_assert_wire_constants()
256 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.4.14/drivers/staging/lustre/include/linux/lnet/
Dtypes.h141 lnet_handle_wire_t dst_wmd; member
163 lnet_handle_wire_t dst_wmd; member