Searched defs:netvsc_device (Results 1 – 2 of 2) sorted by relevance
1008 struct netvsc_device { struct1009 u32 nvsp_version;1011 wait_queue_head_t wait_drain;1012 bool destroy;1013 bool tx_disable; /* if true, do not wake up queue again */1016 void *recv_buf;1017 u32 recv_buf_size; /* allocated bytes */1018 u32 recv_buf_gpadl_handle;1019 u32 recv_section_cnt;1020 u32 recv_section_size;[all …]
1137 struct netvsc_device { struct1138 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 …]