Linux Kernel
3.7.1
|
#include <hyperv_net.h>
Data Fields | |
struct netvsc_device * | net_dev |
enum rndis_device_state | state |
bool | link_state |
atomic_t | new_req_id |
spinlock_t | request_lock |
struct list_head | req_list |
unsigned char | hw_mac_adr [ETH_ALEN] |
Definition at line 99 of file hyperv_net.h.
Definition at line 109 of file hyperv_net.h.
Definition at line 103 of file hyperv_net.h.
struct netvsc_device* net_dev |
Definition at line 100 of file hyperv_net.h.
atomic_t new_req_id |
Definition at line 104 of file hyperv_net.h.
Definition at line 107 of file hyperv_net.h.
spinlock_t request_lock |
Definition at line 106 of file hyperv_net.h.
enum rndis_device_state state |
Definition at line 102 of file hyperv_net.h.