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.c41 struct nvsp_message *init_pkt = &nv_dev->channel_init_pkt; in netvsc_switch_datapath()
48 memset(init_pkt, 0, sizeof(struct nvsp_message)); in netvsc_switch_datapath()
61 sizeof(struct nvsp_message), in netvsc_switch_datapath()
183 struct nvsp_message *revoke_packet; in netvsc_revoke_recv_buf()
195 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_recv_buf()
206 sizeof(struct nvsp_message), in netvsc_revoke_recv_buf()
233 struct nvsp_message *revoke_packet; in netvsc_revoke_send_buf()
245 memset(revoke_packet, 0, sizeof(struct nvsp_message)); in netvsc_revoke_send_buf()
256 sizeof(struct nvsp_message), in netvsc_revoke_send_buf()
342 struct nvsp_message *init_packe 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()