Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1131 struct hrtimer tx_done_timer; member
H A Dmvpp2_main.c3522 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
3539 hrtimer_forward_now(&port_pcpu->tx_done_timer, in mvpp2_hr_timer_cb()
4465 hrtimer_start(&port_pcpu->tx_done_timer, in mvpp2_tx()
4902 hrtimer_cancel(&port_pcpu->tx_done_timer); in mvpp2_stop()
6894 hrtimer_init(&port_pcpu->tx_done_timer, CLOCK_MONOTONIC, in mvpp2_port_probe()
6896 port_pcpu->tx_done_timer.function = mvpp2_hr_timer_cb; in mvpp2_port_probe()