Lines Matching defs:net_device_context
919 struct net_device_context { struct
921 struct hv_device *device_ctx;
923 struct netvsc_device __rcu *nvdev;
925 struct list_head list;
927 struct delayed_work dwork;
929 unsigned long last_reconfig;
931 struct list_head reconfig_events;
933 spinlock_t lock;
935 u32 msg_enable; /* debug level */
937 u32 tx_checksum_mask;
939 u32 tx_table[VRSS_SEND_TAB_SIZE];
942 u8 duplex;
943 u32 speed;
944 u32 l4_hash; /* L4 hash settings */
945 struct netvsc_ethtool_stats eth_stats;
948 struct net_device __rcu *vf_netdev;
949 struct netvsc_vf_pcpu_stats __percpu *vf_stats;
950 struct delayed_work vf_takeover;
953 u32 vf_alloc;
955 u32 vf_serial;