Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/hyperv/
Dnetvsc.c39 struct nvsp_message *init_pkt = &nv_dev->channel_init_pkt; in netvsc_switch_datapath()
46 memset(init_pkt, 0, sizeof(struct nvsp_message)); in netvsc_switch_datapath()
59 sizeof(struct nvsp_message), in netvsc_switch_datapath()
178 struct nvsp_message *revoke_packet; in netvsc_revoke_recv_buf()
190 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_recv_buf()
201 sizeof(struct nvsp_message), in netvsc_revoke_recv_buf()
228 struct nvsp_message *revoke_packet; in netvsc_revoke_send_buf()
240 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_send_buf()
251 sizeof(struct nvsp_message), in netvsc_revoke_send_buf()
339 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.h838 struct nvsp_message { struct
886 sizeof(struct nvsp_message))
907 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))
1092 struct nvsp_message channel_init_pkt;
1094 struct nvsp_message revoke_packet;
Drndis_filter.c1285 struct nvsp_message *init_packet = &nvdev->channel_init_pkt; in rndis_set_subchannel()
1293 memset(init_packet, 0, sizeof(struct nvsp_message)); in rndis_set_subchannel()
1301 sizeof(struct nvsp_message), in rndis_set_subchannel()