Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c605 struct nvsp_message *nvsp_packet; in netvsc_send_completion() local
612 nvsp_packet = (struct nvsp_message *)((unsigned long)packet + in netvsc_send_completion()
615 if ((nvsp_packet->hdr.msg_type == NVSP_MSG_TYPE_INIT_COMPLETE) || in netvsc_send_completion()
616 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
618 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
620 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
623 memcpy(&net_device->channel_init_pkt, nvsp_packet, in netvsc_send_completion()
626 } else if (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
664 "%d received!!\n", nvsp_packet->hdr.msg_type); in netvsc_send_completion()
983 struct nvsp_message *nvsp_packet; in netvsc_receive() local
[all …]