Home
last modified time | relevance | path

Searched refs:nvsp_message (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c40 struct nvsp_message *init_pkt = &nv_dev->channel_init_pkt; in netvsc_switch_datapath()
47 memset(init_pkt, 0, sizeof(struct nvsp_message)); in netvsc_switch_datapath()
60 sizeof(struct nvsp_message), in netvsc_switch_datapath()
188 struct nvsp_message *revoke_packet; in netvsc_revoke_recv_buf()
200 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_recv_buf()
211 sizeof(struct nvsp_message), in netvsc_revoke_recv_buf()
238 struct nvsp_message *revoke_packet; in netvsc_revoke_send_buf()
250 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_send_buf()
261 sizeof(struct nvsp_message), in netvsc_revoke_send_buf()
347 struct nvsp_message *init_packet; in netvsc_init_buf()
[all …]
Dnetvsc_trace.h117 const struct nvsp_message *msg),
160 const struct nvsp_message *msg),
Dhyperv_net.h843 struct nvsp_message { struct
891 sizeof(struct nvsp_message))
912 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))
1159 struct nvsp_message channel_init_pkt;
1161 struct nvsp_message revoke_packet;
Drndis_filter.c1287 struct nvsp_message *init_packet = &nvdev->channel_init_pkt; in rndis_set_subchannel()
1295 memset(init_packet, 0, sizeof(struct nvsp_message)); in rndis_set_subchannel()
1303 sizeof(struct nvsp_message), in rndis_set_subchannel()