Searched refs:aggregation_timer (Results 1 – 2 of 2) sorted by relevance
391 mod_timer(&cfhsi->aggregation_timer, in cfhsi_tx_done()1076 del_timer(&cfhsi->aggregation_timer) > 0; in cfhsi_xmit()1226 init_timer(&cfhsi->aggregation_timer); in cfhsi_open()1227 cfhsi->aggregation_timer.data = (unsigned long)cfhsi; in cfhsi_open()1228 cfhsi->aggregation_timer.function = cfhsi_aggregation_tout; in cfhsi_open()1276 del_timer_sync(&cfhsi->aggregation_timer); in cfhsi_close()
174 struct timer_list aggregation_timer; member