Lines Matching defs:net_device_context
910 struct net_device_context { struct
912 struct hv_device *device_ctx;
914 struct netvsc_device __rcu *nvdev;
916 struct list_head list;
918 struct delayed_work dwork;
920 unsigned long last_reconfig;
922 struct list_head reconfig_events;
924 spinlock_t lock;
926 u32 msg_enable; /* debug level */
928 u32 tx_checksum_mask;
930 u32 tx_table[VRSS_SEND_TAB_SIZE];
933 u8 duplex;
934 u32 speed;
935 u32 l4_hash; /* L4 hash settings */
936 struct netvsc_ethtool_stats eth_stats;
939 struct net_device __rcu *vf_netdev;
940 struct netvsc_vf_pcpu_stats __percpu *vf_stats;
941 struct delayed_work vf_takeover;
944 u32 vf_alloc;
946 u32 vf_serial;