Home
last modified time | relevance | path

Searched refs:aggregation_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c391 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()
/linux-4.1.27/include/net/caif/
Dcaif_hsi.h174 struct timer_list aggregation_timer; member