Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hyperv/
Dhyperv_net.h941 struct net_device_context { struct
943 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 …]
/kernel/linux/linux-6.6/drivers/net/hyperv/
Dhyperv_net.h1028 struct net_device_context { struct
1030 struct hv_device *device_ctx;
1032 struct netvsc_device __rcu *nvdev;
1034 struct list_head list;
1036 struct delayed_work dwork;
1038 unsigned long last_reconfig;
1040 struct list_head reconfig_events;
1042 spinlock_t lock;
1044 u32 msg_enable; /* debug level */
1046 u32 tx_checksum_mask;
[all …]