Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2.h1014 struct hrtimer tx_done_timer; member
Dmvpp2_main.c3133 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
3150 hrtimer_forward_now(&port_pcpu->tx_done_timer, in mvpp2_hr_timer_cb()
4042 hrtimer_start(&port_pcpu->tx_done_timer, in mvpp2_tx()
4476 hrtimer_cancel(&port_pcpu->tx_done_timer); in mvpp2_stop()
6448 hrtimer_init(&port_pcpu->tx_done_timer, CLOCK_MONOTONIC, in mvpp2_port_probe()
6450 port_pcpu->tx_done_timer.function = mvpp2_hr_timer_cb; in mvpp2_port_probe()