Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hyperv/
H A Dhyperv_net.h1137 struct netvsc_device { struct
1138 u32 nvsp_version;
1140 wait_queue_head_t wait_drain;
1141 bool destroy;
1142 bool tx_disable; /* if true, do not wake up queue again */
1145 void *recv_buf;
1146 u32 recv_buf_size; /* allocated bytes */
1147 struct vmbus_gpadl recv_buf_gpadl_handle;
1148 u32 recv_section_cnt;
1149 u32 recv_section_size;
[all …]