Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c361 lnet_handle_wire_t ack_wmd; in lnet_complete_msg_locked() local
378 ack_wmd = msg->msg_hdr.msg.put.ack_wmd; in lnet_complete_msg_locked()
382 msg->msg_hdr.msg.ack.dst_wmd = ack_wmd; in lnet_complete_msg_locked()
Dlib-move.c1376 msg->msg_ack = (!lnet_is_wire_handle_none(&hdr->msg.put.ack_wmd) && in lnet_recv_put()
1677 hdr->msg.put.ack_wmd.wh_interface_cookie, in lnet_print_hdr()
1678 hdr->msg.put.ack_wmd.wh_object_cookie, in lnet_print_hdr()
2119 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()
2121 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()
2124 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()
2126 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()
Dapi-ni.c239 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ack_wmd) == 32); in lnet_assert_wire_constants()
240 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ack_wmd) == 16); in lnet_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/include/linux/lnet/
Dlib-types.h87 lnet_handle_wire_t ack_wmd; member