Lines Matching refs:nvsp_msg

140 	nvsp_msg *init_pkt;  in hv_nv_init_rx_buffer_with_net_vsp()
173 memset(init_pkt, 0, sizeof(nvsp_msg)); in hv_nv_init_rx_buffer_with_net_vsp()
184 sizeof(nvsp_msg), (uint64_t)(uintptr_t)init_pkt, in hv_nv_init_rx_buffer_with_net_vsp()
240 nvsp_msg *init_pkt; in hv_nv_init_send_buffer_with_net_vsp()
271 memset(init_pkt, 0, sizeof(nvsp_msg)); in hv_nv_init_send_buffer_with_net_vsp()
282 sizeof(nvsp_msg), (uint64_t)(uintptr_t)init_pkt, in hv_nv_init_send_buffer_with_net_vsp()
316 nvsp_msg *revoke_pkt; in hv_nv_destroy_rx_buffer()
328 memset(revoke_pkt, 0, sizeof(nvsp_msg)); in hv_nv_destroy_rx_buffer()
335 revoke_pkt, sizeof(nvsp_msg), in hv_nv_destroy_rx_buffer()
383 nvsp_msg *revoke_pkt; in hv_nv_destroy_send_buffer()
395 memset(revoke_pkt, 0, sizeof(nvsp_msg)); in hv_nv_destroy_send_buffer()
403 revoke_pkt, sizeof(nvsp_msg), in hv_nv_destroy_send_buffer()
451 nvsp_msg *init_pkt; in hv_nv_negotiate_nvsp_protocol()
455 memset(init_pkt, 0, sizeof(nvsp_msg)); in hv_nv_negotiate_nvsp_protocol()
466 sizeof(nvsp_msg), (uint64_t)(uintptr_t)init_pkt, in hv_nv_negotiate_nvsp_protocol()
489 nvsp_msg *init_pkt; in hv_nv_send_ndis_config()
501 memset(init_pkt, 0, sizeof(nvsp_msg)); in hv_nv_send_ndis_config()
510 sizeof(nvsp_msg), (uint64_t)(uintptr_t)init_pkt, in hv_nv_send_ndis_config()
525 nvsp_msg *init_pkt; in hv_nv_connect_to_vsp()
566 memset(init_pkt, 0, sizeof(nvsp_msg)); in hv_nv_connect_to_vsp()
582 sizeof(nvsp_msg), (uint64_t)(uintptr_t)init_pkt, in hv_nv_connect_to_vsp()
765 nvsp_msg *nvsp_msg_pkt; in hv_nv_on_send_completion()
774 (nvsp_msg *)((unsigned long)pkt + (pkt->data_offset8 << 3)); in hv_nv_on_send_completion()
783 sizeof(nvsp_msg)); in hv_nv_on_send_completion()
808 nvsp_msg send_msg; in hv_nv_on_send()
832 &send_msg, sizeof(nvsp_msg), (uint64_t)(uintptr_t)pkt); in hv_nv_on_send()
835 &send_msg, sizeof(nvsp_msg), (uint64_t)(uintptr_t)pkt, in hv_nv_on_send()
858 nvsp_msg *nvsp_msg_pkt; in hv_nv_on_receive()
878 nvsp_msg_pkt = (nvsp_msg *)((unsigned long)pkt in hv_nv_on_receive()
1005 nvsp_msg rx_comp_msg; in hv_nv_send_receive_completion()
1018 sizeof(nvsp_msg), tid, HV_VMBUS_PACKET_TYPE_COMPLETION, 0); in hv_nv_send_receive_completion()