Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/hyperv/
Dhyperv_net.h1148 struct netvsc_device { struct
1149 u32 nvsp_version;
1151 wait_queue_head_t wait_drain;
1152 bool destroy;
1153 bool tx_disable; /* if true, do not wake up queue again */
1156 void *recv_buf;
1157 u32 recv_buf_size; /* allocated bytes */
1158 struct vmbus_gpadl recv_buf_gpadl_handle;
1159 u32 recv_section_cnt;
1160 u32 recv_section_size;
[all …]