Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc.c204 revoke_packet->msg.v1_msg. in netvsc_revoke_recv_buf()
254 revoke_packet->msg.v1_msg.revoke_send_buf.id = in netvsc_revoke_send_buf()
401 init_packet->msg.v1_msg.send_recv_buf. in netvsc_init_buf()
403 init_packet->msg.v1_msg. in netvsc_init_buf()
423 resp = &init_packet->msg.v1_msg.send_recv_buf_complete; in netvsc_init_buf()
515 init_packet->msg.v1_msg.send_send_buf.gpadl_handle = in netvsc_init_buf()
517 init_packet->msg.v1_msg.send_send_buf.id = NETVSC_SEND_BUFFER_ID; in netvsc_init_buf()
536 if (init_packet->msg.v1_msg. in netvsc_init_buf()
540 init_packet->msg.v1_msg. in netvsc_init_buf()
548 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
[all …]
Dhyperv_net.h835 union nvsp_1_message_uber v1_msg; member