Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/hyperv/
Dhyperv_net.h473 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;
[all …]