Searched refs:tpt_trig (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/mac80211/
H A Dled.c247 struct tpt_led_trigger *tpt_trig)
251 traffic = tpt_trig->tx_bytes + tpt_trig->rx_bytes;
253 delta = traffic - tpt_trig->prev_traffic;
254 tpt_trig->prev_traffic = traffic;
260 struct tpt_led_trigger *tpt_trig = from_timer(tpt_trig, t, timer); local
261 struct ieee80211_local *local = tpt_trig->local;
265 if (!tpt_trig->running)
268 mod_timer(&tpt_trig
246 tpt_trig_traffic(struct ieee80211_local *local, struct tpt_led_trigger *tpt_trig) argument
295 struct tpt_led_trigger *tpt_trig; local
324 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; local
339 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; local
353 struct tpt_led_trigger *tpt_trig = local->tpt_led_trigger; local
[all...]

Completed in 195 milliseconds