Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A 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 …]
H A Dhyperv_net.h844 struct nvsp_message { struct
892 sizeof(struct nvsp_message))
925 sizeof(struct nvsp_message) + (sizeof(u32) * VRSS_SEND_TAB_SIZE))
1176 struct nvsp_message channel_init_pkt;
1178 struct nvsp_message revoke_packet;
H A 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()