Lines Matching refs:nvsp_packet
616 struct nvsp_message *nvsp_packet; in netvsc_send_completion() local
623 nvsp_packet = (struct nvsp_message *)((unsigned long)packet + in netvsc_send_completion()
626 if ((nvsp_packet->hdr.msg_type == NVSP_MSG_TYPE_INIT_COMPLETE) || in netvsc_send_completion()
627 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
629 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
631 (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
634 memcpy(&net_device->channel_init_pkt, nvsp_packet, in netvsc_send_completion()
637 } else if (nvsp_packet->hdr.msg_type == in netvsc_send_completion()
675 "%d received!!\n", nvsp_packet->hdr.msg_type); in netvsc_send_completion()
1005 struct nvsp_message *nvsp_packet; in netvsc_receive() local
1025 nvsp_packet = (struct nvsp_message *)((unsigned long)packet + in netvsc_receive()
1029 if (nvsp_packet->hdr.msg_type != in netvsc_receive()
1032 " %d\n", nvsp_packet->hdr.msg_type); in netvsc_receive()