Lines Matching defs:net_device_context
1015 struct net_device_context { struct
1017 struct hv_device *device_ctx;
1019 struct netvsc_device __rcu *nvdev;
1021 struct list_head list;
1023 struct delayed_work dwork;
1025 unsigned long last_reconfig;
1027 struct list_head reconfig_events;
1029 spinlock_t lock;
1031 u32 msg_enable; /* debug level */
1033 u32 tx_checksum_mask;
1035 u32 tx_table[VRSS_SEND_TAB_SIZE];
1037 u16 rx_table[ITAB_NUM];
1040 u8 duplex;
1041 u32 speed;
1042 u32 l4_hash; /* L4 hash settings */
1043 struct netvsc_ethtool_stats eth_stats;
1067 const struct net_device_context *ndc) in netvsc_get_hash() argument