Lines Matching defs:net_dim
58 struct net_dim { /* Adaptive Moderation */ struct
60 struct net_dim_stats prev_stats; argument
61 struct net_dim_sample start_sample; argument
62 struct work_struct work;
63 u8 profile_ix;
64 u8 mode;
65 u8 tune_state;
66 u8 steps_right;
67 u8 steps_left;
68 u8 tired;
387 static inline void net_dim(struct net_dim *dim, in net_dim() function