Home
last modified time | relevance | path

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

/linux/drivers/net/hyperv/
H A Dhyperv_net.h1151 struct netvsc_device { struct
1152 u32 nvsp_version;
1154 wait_queue_head_t wait_drain;
1155 bool destroy;
1156 bool tx_disable; /* if true, do not wake up queue again */
1159 void *recv_buf;
1160 u32 recv_buf_size; /* allocated bytes */
1161 struct vmbus_gpadl recv_buf_gpadl_handle;
1162 u32 recv_section_cnt;
1163 u32 recv_section_size;
[all …]