Lines Matching defs:netvsc_device
473 struct netvsc_device { struct
474 struct hv_device *dev;
476 u32 nvsp_version;
478 atomic_t num_outstanding_sends;
479 bool start_remove;
480 bool destroy;
485 struct list_head recv_pkt_list;
486 spinlock_t recv_pkt_list_lock;
489 void *recv_buf;
490 u32 recv_buf_size;
491 u32 recv_buf_gpadl_handle;
492 u32 recv_section_cnt;
493 struct nvsp_1_receive_buffer_section *recv_section;
496 struct completion channel_init_wait;
497 struct nvsp_message channel_init_pkt;
499 struct nvsp_message revoke_packet;
502 struct net_device *ndev;
505 void *extension;