Searched refs:ack_wmd (Results 1 – 4 of 4) sorted by relevance
361 lnet_handle_wire_t ack_wmd; in lnet_complete_msg_locked() local378 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()
1373 msg->msg_ack = (!lnet_is_wire_handle_none(&hdr->msg.put.ack_wmd) && in lnet_recv_put()1674 hdr->msg.put.ack_wmd.wh_interface_cookie, in lnet_print_hdr()1675 hdr->msg.put.ack_wmd.wh_object_cookie, in lnet_print_hdr()2116 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()2118 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()2121 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()2123 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()
231 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ack_wmd) == 32); in lnet_assert_wire_constants()232 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ack_wmd) == 16); in lnet_assert_wire_constants()
147 lnet_handle_wire_t ack_wmd; member