Home
last modified time | relevance | path

Searched refs:tx_done_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3159 port_pcpu = container_of(timer, struct mvpp2_port_pcpu, tx_done_timer); in mvpp2_hr_timer_cb()
3176 hrtimer_forward_now(&port_pcpu->tx_done_timer, in mvpp2_hr_timer_cb()
4104 hrtimer_start(&port_pcpu->tx_done_timer, in mvpp2_tx()
4538 hrtimer_cancel(&port_pcpu->tx_done_timer); in mvpp2_stop()
6527 hrtimer_init(&port_pcpu->tx_done_timer, CLOCK_MONOTONIC, in mvpp2_port_probe()
6529 port_pcpu->tx_done_timer.function = mvpp2_hr_timer_cb; in mvpp2_port_probe()
H A Dmvpp2.h1036 struct hrtimer tx_done_timer; member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
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()
4462 hrtimer_start(&port_pcpu->tx_done_timer, in mvpp2_tx()
4899 hrtimer_cancel(&port_pcpu->tx_done_timer); in mvpp2_stop()
6891 hrtimer_init(&port_pcpu->tx_done_timer, CLOCK_MONOTONIC, in mvpp2_port_probe()
6893 port_pcpu->tx_done_timer.function = mvpp2_hr_timer_cb; in mvpp2_port_probe()
H A Dmvpp2.h1131 struct hrtimer tx_done_timer; member

Completed in 32 milliseconds