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