flower_stats_timer 1032 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h 	struct timer_list flower_stats_timer;
flower_stats_timer  776 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	mod_timer(&adap->flower_stats_timer, jiffies + STATS_CHECK_PERIOD);
flower_stats_timer  781 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	struct adapter *adap = from_timer(adap, t, flower_stats_timer);
flower_stats_timer  851 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	timer_setup(&adap->flower_stats_timer, ch_flower_stats_cb, 0);
flower_stats_timer  852 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	mod_timer(&adap->flower_stats_timer, jiffies + STATS_CHECK_PERIOD);
flower_stats_timer  862 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 	if (adap->flower_stats_timer.function)
flower_stats_timer  863 drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower.c 		del_timer_sync(&adap->flower_stats_timer);