Home
last modified time | relevance | path

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

/linux-6.12.1/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()
182 struct nvsp_message *revoke_packet; in netvsc_revoke_recv_buf()
194 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_recv_buf()
205 sizeof(struct nvsp_message), in netvsc_revoke_recv_buf()
232 struct nvsp_message *revoke_packet; in netvsc_revoke_send_buf()
244 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_send_buf()
255 sizeof(struct nvsp_message), in netvsc_revoke_send_buf()
341 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.h845 struct nvsp_message { struct
893 sizeof(struct nvsp_message))
914 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))
1162 struct nvsp_message channel_init_pkt;
1164 struct nvsp_message revoke_packet;
Drndis_filter.c1289 struct nvsp_message *init_packet = &nvdev->channel_init_pkt; in rndis_set_subchannel()
1297 memset(init_packet, 0, sizeof(struct nvsp_message)); in rndis_set_subchannel()
1305 sizeof(struct nvsp_message), in rndis_set_subchannel()