Home
last modified time | relevance | path

Searched defs:netvsc_device (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/hyperv/
Dhyperv_net.h1133 struct netvsc_device { struct
1134 u32 nvsp_version;
1136 wait_queue_head_t wait_drain;
1137 bool destroy;
1138 bool tx_disable; /* if true, do not wake up queue again */
1141 void *recv_buf;
1142 void *recv_original_buf;
1143 u32 recv_buf_size; /* allocated bytes */
1144 struct vmbus_gpadl recv_buf_gpadl_handle;
1145 u32 recv_section_cnt;
[all …]