Searched refs:ack_wmd (Results 1 – 4 of 4) sorted by relevance
364 lnet_handle_wire_t ack_wmd; in lnet_complete_msg_locked() local381 ack_wmd = msg->msg_hdr.msg.put.ack_wmd; in lnet_complete_msg_locked()385 msg->msg_hdr.msg.ack.dst_wmd = ack_wmd; in lnet_complete_msg_locked()
1258 msg->msg_ack = !lnet_is_wire_handle_none(&hdr->msg.put.ack_wmd) && in lnet_recv_put()1601 hdr->msg.put.ack_wmd.wh_interface_cookie, in lnet_print_hdr()1602 hdr->msg.put.ack_wmd.wh_object_cookie, in lnet_print_hdr()2047 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()2049 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()2052 msg->msg_hdr.msg.put.ack_wmd.wh_interface_cookie = in LNetPut()2054 msg->msg_hdr.msg.put.ack_wmd.wh_object_cookie = in LNetPut()
234 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ack_wmd) == 32); in lnet_assert_wire_constants()235 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ack_wmd) == 16); in lnet_assert_wire_constants()
155 lnet_handle_wire_t ack_wmd; member