Lines Matching defs:net_device_context
1028 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;
1048 u32 tx_table[VRSS_SEND_TAB_SIZE];
1050 u16 *rx_table;
1052 u32 rx_table_sz;
1055 u8 duplex;
1056 u32 speed;
1057 u32 l4_hash; /* L4 hash settings */
1058 struct netvsc_ethtool_stats eth_stats;
1082 const struct net_device_context *ndc) in netvsc_get_hash() argument