init_pkt           38 drivers/net/hyperv/netvsc.c 	struct nvsp_message *init_pkt = &nv_dev->channel_init_pkt;
init_pkt           40 drivers/net/hyperv/netvsc.c 	memset(init_pkt, 0, sizeof(struct nvsp_message));
init_pkt           41 drivers/net/hyperv/netvsc.c 	init_pkt->hdr.msg_type = NVSP_MSG4_TYPE_SWITCH_DATA_PATH;
init_pkt           43 drivers/net/hyperv/netvsc.c 		init_pkt->msg.v4_msg.active_dp.active_datapath =
init_pkt           46 drivers/net/hyperv/netvsc.c 		init_pkt->msg.v4_msg.active_dp.active_datapath =
init_pkt           49 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_pkt);
init_pkt           51 drivers/net/hyperv/netvsc.c 	vmbus_sendpacket(dev->channel, init_pkt,
init_pkt           53 drivers/net/hyperv/netvsc.c 			       (unsigned long)init_pkt,