init_packet       840 drivers/infiniband/hw/hfi1/driver.c 	init_packet(rcd, &packet);
init_packet       871 drivers/infiniband/hw/hfi1/driver.c 	init_packet(rcd, &packet);
init_packet      1021 drivers/infiniband/hw/hfi1/driver.c 	init_packet(rcd, &packet);
init_packet      1759 drivers/infiniband/hw/hfi1/driver.c 	init_packet(rcd, &packet);
init_packet       955 drivers/input/joystick/xpad.c 	const struct xboxone_init_packet *init_packet;
init_packet       962 drivers/input/joystick/xpad.c 		init_packet = &xboxone_init_packets[xpad->init_seq++];
init_packet       964 drivers/input/joystick/xpad.c 		if (init_packet->idVendor != 0 &&
init_packet       965 drivers/input/joystick/xpad.c 		    init_packet->idVendor != xpad->dev->id.vendor)
init_packet       968 drivers/input/joystick/xpad.c 		if (init_packet->idProduct != 0 &&
init_packet       969 drivers/input/joystick/xpad.c 		    init_packet->idProduct != xpad->dev->id.product)
init_packet       973 drivers/input/joystick/xpad.c 		memcpy(xpad->odata, init_packet->data, init_packet->len);
init_packet       974 drivers/input/joystick/xpad.c 		xpad->irq_out->transfer_buffer_length = init_packet->len;
init_packet       301 drivers/net/hyperv/netvsc.c 	struct nvsp_message *init_packet;
init_packet       341 drivers/net/hyperv/netvsc.c 	init_packet = &net_device->channel_init_pkt;
init_packet       342 drivers/net/hyperv/netvsc.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet       343 drivers/net/hyperv/netvsc.c 	init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_RECV_BUF;
init_packet       344 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.send_recv_buf.
init_packet       346 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.
init_packet       349 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_packet);
init_packet       352 drivers/net/hyperv/netvsc.c 	ret = vmbus_sendpacket(device->channel, init_packet,
init_packet       354 drivers/net/hyperv/netvsc.c 			       (unsigned long)init_packet,
init_packet       366 drivers/net/hyperv/netvsc.c 	resp = &init_packet->msg.v1_msg.send_recv_buf_complete;
init_packet       423 drivers/net/hyperv/netvsc.c 	init_packet = &net_device->channel_init_pkt;
init_packet       424 drivers/net/hyperv/netvsc.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet       425 drivers/net/hyperv/netvsc.c 	init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_SEND_BUF;
init_packet       426 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.send_send_buf.gpadl_handle =
init_packet       428 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.send_send_buf.id = NETVSC_SEND_BUFFER_ID;
init_packet       430 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_packet);
init_packet       433 drivers/net/hyperv/netvsc.c 	ret = vmbus_sendpacket(device->channel, init_packet,
init_packet       435 drivers/net/hyperv/netvsc.c 			       (unsigned long)init_packet,
init_packet       447 drivers/net/hyperv/netvsc.c 	if (init_packet->msg.v1_msg.
init_packet       451 drivers/net/hyperv/netvsc.c 			   init_packet->msg.v1_msg.
init_packet       458 drivers/net/hyperv/netvsc.c 	net_device->send_section_size = init_packet->msg.
init_packet       491 drivers/net/hyperv/netvsc.c 			      struct nvsp_message *init_packet,
init_packet       497 drivers/net/hyperv/netvsc.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet       498 drivers/net/hyperv/netvsc.c 	init_packet->hdr.msg_type = NVSP_MSG_TYPE_INIT;
init_packet       499 drivers/net/hyperv/netvsc.c 	init_packet->msg.init_msg.init.min_protocol_ver = nvsp_ver;
init_packet       500 drivers/net/hyperv/netvsc.c 	init_packet->msg.init_msg.init.max_protocol_ver = nvsp_ver;
init_packet       501 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_packet);
init_packet       504 drivers/net/hyperv/netvsc.c 	ret = vmbus_sendpacket(device->channel, init_packet,
init_packet       506 drivers/net/hyperv/netvsc.c 			       (unsigned long)init_packet,
init_packet       515 drivers/net/hyperv/netvsc.c 	if (init_packet->msg.init_msg.init_complete.status !=
init_packet       523 drivers/net/hyperv/netvsc.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet       524 drivers/net/hyperv/netvsc.c 	init_packet->hdr.msg_type = NVSP_MSG2_TYPE_SEND_NDIS_CONFIG;
init_packet       525 drivers/net/hyperv/netvsc.c 	init_packet->msg.v2_msg.send_ndis_config.mtu = ndev->mtu + ETH_HLEN;
init_packet       526 drivers/net/hyperv/netvsc.c 	init_packet->msg.v2_msg.send_ndis_config.capability.ieee8021q = 1;
init_packet       529 drivers/net/hyperv/netvsc.c 		init_packet->msg.v2_msg.send_ndis_config.capability.sriov = 1;
init_packet       532 drivers/net/hyperv/netvsc.c 		init_packet->msg.v2_msg.send_ndis_config.capability.teaming = 1;
init_packet       536 drivers/net/hyperv/netvsc.c 		init_packet->msg.v2_msg.send_ndis_config.capability.rsc = 1;
init_packet       538 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_packet);
init_packet       540 drivers/net/hyperv/netvsc.c 	ret = vmbus_sendpacket(device->channel, init_packet,
init_packet       542 drivers/net/hyperv/netvsc.c 				(unsigned long)init_packet,
init_packet       558 drivers/net/hyperv/netvsc.c 	struct nvsp_message *init_packet;
init_packet       561 drivers/net/hyperv/netvsc.c 	init_packet = &net_device->channel_init_pkt;
init_packet       565 drivers/net/hyperv/netvsc.c 		if (negotiate_nvsp_ver(device, net_device, init_packet,
init_packet       579 drivers/net/hyperv/netvsc.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet       586 drivers/net/hyperv/netvsc.c 	init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_NDIS_VER;
init_packet       587 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.
init_packet       590 drivers/net/hyperv/netvsc.c 	init_packet->msg.v1_msg.
init_packet       594 drivers/net/hyperv/netvsc.c 	trace_nvsp_send(ndev, init_packet);
init_packet       597 drivers/net/hyperv/netvsc.c 	ret = vmbus_sendpacket(device->channel, init_packet,
init_packet       599 drivers/net/hyperv/netvsc.c 				(unsigned long)init_packet,
init_packet      1131 drivers/net/hyperv/rndis_filter.c 	struct nvsp_message *init_packet = &nvdev->channel_init_pkt;
init_packet      1139 drivers/net/hyperv/rndis_filter.c 	memset(init_packet, 0, sizeof(struct nvsp_message));
init_packet      1140 drivers/net/hyperv/rndis_filter.c 	init_packet->hdr.msg_type = NVSP_MSG5_TYPE_SUBCHANNEL;
init_packet      1141 drivers/net/hyperv/rndis_filter.c 	init_packet->msg.v5_msg.subchn_req.op = NVSP_SUBCHANNEL_ALLOCATE;
init_packet      1142 drivers/net/hyperv/rndis_filter.c 	init_packet->msg.v5_msg.subchn_req.num_subchannels =
init_packet      1144 drivers/net/hyperv/rndis_filter.c 	trace_nvsp_send(ndev, init_packet);
init_packet      1146 drivers/net/hyperv/rndis_filter.c 	ret = vmbus_sendpacket(hv_dev->channel, init_packet,
init_packet      1148 drivers/net/hyperv/rndis_filter.c 			       (unsigned long)init_packet,
init_packet      1157 drivers/net/hyperv/rndis_filter.c 	if (init_packet->msg.v5_msg.subchn_comp.status != NVSP_STAT_SUCCESS) {
init_packet      1163 drivers/net/hyperv/rndis_filter.c 		init_packet->msg.v5_msg.subchn_comp.num_subchannels;
init_packet      1871 drivers/pci/controller/pci-hyperv.c 		struct pci_packet init_packet;
init_packet      1886 drivers/pci/controller/pci-hyperv.c 	pkt.init_packet.compl_ctxt = &comp_pkt;
init_packet      1887 drivers/pci/controller/pci-hyperv.c 	pkt.init_packet.completion_func = q_resource_requirements;
init_packet      1888 drivers/pci/controller/pci-hyperv.c 	res_req = (struct pci_child_message *)&pkt.init_packet.message;
init_packet      1894 drivers/pci/controller/pci-hyperv.c 			       (unsigned long)&pkt.init_packet,