Lines Matching defs:nvmsg
871 struct nvsp_message nvmsg;
873 &nvmsg.msg.v1_msg.send_rndis_pkt;
884 nvmsg.hdr.msg_type = NVSP_MSG1_TYPE_SEND_RNDIS_PKT;
909 &nvmsg, sizeof(nvmsg),
913 &nvmsg, sizeof(nvmsg),
1274 const struct nvsp_message *nvmsg,
1288 count = nvmsg->msg.v5_msg.send_table.count;
1289 offset = nvmsg->msg.v5_msg.send_table.offset;
1312 tab = (void *)nvmsg + offset;
1319 const struct nvsp_message *nvmsg,
1331 net_device_ctx->vf_alloc = nvmsg->msg.v4_msg.vf_assoc.allocated;
1332 net_device_ctx->vf_serial = nvmsg->msg.v4_msg.vf_assoc.serial;
1346 const struct nvsp_message *nvmsg = hv_pkt_data(desc);
1355 switch (nvmsg->hdr.msg_type) {
1357 netvsc_send_table(ndev, nvscdev, nvmsg, msglen);
1361 netvsc_send_vf(ndev, nvmsg, msglen);
1374 const struct nvsp_message *nvmsg = hv_pkt_data(desc);
1376 trace_nvsp_recv(ndev, channel, nvmsg);