Searched defs:net_device_context (Results 1 – 2 of 2) sorted by relevance
941 struct net_device_context { struct943 struct hv_device *device_ctx;945 struct netvsc_device __rcu *nvdev;947 struct list_head list;949 struct delayed_work dwork;951 unsigned long last_reconfig;953 struct list_head reconfig_events;955 spinlock_t lock;957 u32 msg_enable; /* debug level */959 u32 tx_checksum_mask;[all …]
1017 struct net_device_context { struct1019 struct hv_device *device_ctx;1021 struct netvsc_device __rcu *nvdev;1023 struct list_head list;1025 struct delayed_work dwork;1027 unsigned long last_reconfig;1029 struct list_head reconfig_events;1031 spinlock_t lock;1033 u32 msg_enable; /* debug level */1035 u32 tx_checksum_mask;[all …]