Home
last modified time | relevance | path

Searched refs:v1_msg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/hyperv/
H A Dnetvsc.c199 revoke_packet->msg.v1_msg. in netvsc_revoke_recv_buf()
249 revoke_packet->msg.v1_msg.revoke_send_buf.id = in netvsc_revoke_send_buf()
384 init_packet->msg.v1_msg.send_recv_buf. in netvsc_init_buf()
386 init_packet->msg.v1_msg. in netvsc_init_buf()
406 resp = &init_packet->msg.v1_msg.send_recv_buf_complete; in netvsc_init_buf()
487 init_packet->msg.v1_msg.send_send_buf.gpadl_handle = in netvsc_init_buf()
489 init_packet->msg.v1_msg.send_send_buf.id = NETVSC_SEND_BUFFER_ID; in netvsc_init_buf()
508 if (init_packet->msg.v1_msg. in netvsc_init_buf()
512 init_packet->msg.v1_msg. in netvsc_init_buf()
520 v1_msg in netvsc_init_buf()
[all...]
H A Dhyperv_net.h836 union nvsp_1_message_uber v1_msg; member