Home
last modified time | relevance | path

Searched refs:rx_coalesce_timer (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c123 struct hrtimer rx_coalesce_timer; member
1685 rx_coalesce_timer); in gmac_coalesce_delay_expired()
1729 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
1830 hrtimer_init(&port->rx_coalesce_timer, CLOCK_MONOTONIC, in gmac_open()
1832 port->rx_coalesce_timer.function = &gmac_coalesce_delay_expired; in gmac_open()
1848 hrtimer_cancel(&port->rx_coalesce_timer); in gmac_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/
H A Dgemini.c122 struct hrtimer rx_coalesce_timer; member
1684 rx_coalesce_timer); in gmac_coalesce_delay_expired()
1728 hrtimer_start(&port->rx_coalesce_timer, ktime, in gmac_irq()
1829 hrtimer_init(&port->rx_coalesce_timer, CLOCK_MONOTONIC, in gmac_open()
1831 port->rx_coalesce_timer.function = &gmac_coalesce_delay_expired; in gmac_open()
1847 hrtimer_cancel(&port->rx_coalesce_timer); in gmac_stop()

Completed in 9 milliseconds