Searched refs:init_packet (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/hyperv/ |
D | netvsc.c | 311 struct nvsp_message *init_packet; in netvsc_init_buf() local 351 init_packet = &net_device->channel_init_pkt; in netvsc_init_buf() 352 memset(init_packet, 0, sizeof(struct nvsp_message)); in netvsc_init_buf() 353 init_packet->hdr.msg_type = NVSP_MSG1_TYPE_SEND_RECV_BUF; in netvsc_init_buf() 354 init_packet->msg.v1_msg.send_recv_buf. in netvsc_init_buf() 356 init_packet->msg.v1_msg. in netvsc_init_buf() 359 trace_nvsp_send(ndev, init_packet); in netvsc_init_buf() 362 ret = vmbus_sendpacket(device->channel, init_packet, in netvsc_init_buf() 364 (unsigned long)init_packet, in netvsc_init_buf() 376 resp = &init_packet->msg.v1_msg.send_recv_buf_complete; in netvsc_init_buf() [all …]
|
D | rndis_filter.c | 1067 struct nvsp_message *init_packet = &nvdev->channel_init_pkt; in rndis_set_subchannel() local 1075 memset(init_packet, 0, sizeof(struct nvsp_message)); in rndis_set_subchannel() 1076 init_packet->hdr.msg_type = NVSP_MSG5_TYPE_SUBCHANNEL; in rndis_set_subchannel() 1077 init_packet->msg.v5_msg.subchn_req.op = NVSP_SUBCHANNEL_ALLOCATE; in rndis_set_subchannel() 1078 init_packet->msg.v5_msg.subchn_req.num_subchannels = in rndis_set_subchannel() 1080 trace_nvsp_send(ndev, init_packet); in rndis_set_subchannel() 1082 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel() 1084 (unsigned long)init_packet, in rndis_set_subchannel() 1093 if (init_packet->msg.v5_msg.subchn_comp.status != NVSP_STAT_SUCCESS) { in rndis_set_subchannel() 1099 init_packet->msg.v5_msg.subchn_comp.num_subchannels; in rndis_set_subchannel()
|
/Linux-v4.19/drivers/input/joystick/ |
D | xpad.c | 958 const struct xboxone_init_packet *init_packet; in xpad_prepare_next_init_packet() local 965 init_packet = &xboxone_init_packets[xpad->init_seq++]; in xpad_prepare_next_init_packet() 967 if (init_packet->idVendor != 0 && in xpad_prepare_next_init_packet() 968 init_packet->idVendor != xpad->dev->id.vendor) in xpad_prepare_next_init_packet() 971 if (init_packet->idProduct != 0 && in xpad_prepare_next_init_packet() 972 init_packet->idProduct != xpad->dev->id.product) in xpad_prepare_next_init_packet() 976 memcpy(xpad->odata, init_packet->data, init_packet->len); in xpad_prepare_next_init_packet() 977 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | driver.c | 413 static inline void init_packet(struct hfi1_ctxtdata *rcd, in init_packet() function 813 init_packet(rcd, &packet); in handle_receive_interrupt_nodma_rtail() 844 init_packet(rcd, &packet); in handle_receive_interrupt_dma_rtail() 994 init_packet(rcd, &packet); in handle_receive_interrupt() 1717 init_packet(rcd, &packet); in seqfile_dump_rcd()
|
/Linux-v4.19/drivers/pci/controller/ |
D | pci-hyperv.c | 1578 struct pci_packet init_packet; in new_pcichild_device() member 1593 pkt.init_packet.compl_ctxt = &comp_pkt; in new_pcichild_device() 1594 pkt.init_packet.completion_func = q_resource_requirements; in new_pcichild_device() 1595 res_req = (struct pci_child_message *)&pkt.init_packet.message; in new_pcichild_device() 1601 (unsigned long)&pkt.init_packet, in new_pcichild_device()
|