Lines Matching defs:nvmsg
1054 struct nvsp_message nvmsg;
1056 &nvmsg.msg.v1_msg.send_rndis_pkt;
1067 memset(&nvmsg, 0, sizeof(struct nvsp_message));
1068 nvmsg.hdr.msg_type = NVSP_MSG1_TYPE_SEND_RNDIS_PKT;
1100 &nvmsg, sizeof(nvmsg),
1107 &nvmsg, sizeof(nvmsg),
1502 const struct nvsp_message *nvmsg,
1516 count = nvmsg->msg.v5_msg.send_table.count;
1517 offset = nvmsg->msg.v5_msg.send_table.offset;
1540 tab = (void *)nvmsg + offset;
1547 const struct nvsp_message *nvmsg,
1559 net_device_ctx->vf_alloc = nvmsg->msg.v4_msg.vf_assoc.allocated;
1560 net_device_ctx->vf_serial = nvmsg->msg.v4_msg.vf_assoc.serial;
1574 const struct nvsp_message *nvmsg = hv_pkt_data(desc);
1583 switch (nvmsg->hdr.msg_type) {
1585 netvsc_send_table(ndev, nvscdev, nvmsg, msglen);
1592 netvsc_send_vf(ndev, nvmsg, msglen);
1605 const struct nvsp_message *nvmsg = hv_pkt_data(desc);
1607 trace_nvsp_recv(ndev, channel, nvmsg);