Lines Matching defs:net_dim
65 struct net_dim { /* Adaptive Moderation */ struct
67 struct net_dim_stats prev_stats; argument
68 struct net_dim_sample start_sample; argument
69 struct work_struct work;
70 u16 event_ctr;
71 u8 profile_ix;
72 u8 mode;
73 u8 tune_state;
74 u8 steps_right;
75 u8 steps_left;
76 u8 tired;
372 net_dim(struct net_dim *dim, in net_dim() function