tx_done_timer     835 drivers/net/ethernet/marvell/mvpp2/mvpp2.h 	struct hrtimer tx_done_timer;
tx_done_timer    2796 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 	port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer);
tx_done_timer    2813 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 		hrtimer_forward_now(&port_pcpu->tx_done_timer,
tx_done_timer    3307 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			hrtimer_start(&port_pcpu->tx_done_timer,
tx_done_timer    3745 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			hrtimer_cancel(&port_pcpu->tx_done_timer);
tx_done_timer    5363 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			hrtimer_init(&port_pcpu->tx_done_timer, CLOCK_MONOTONIC,
tx_done_timer    5365 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c 			port_pcpu->tx_done_timer.function = mvpp2_hr_timer_cb;