Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c234 struct hrtimer tx_coalesce_timer; member
501 hrtimer_start_range_ns(&priv->tx_coalesce_timer, ns_to_ktime(ns), in hip04_start_tx_timer()
563 hrtimer_cancel(&priv->tx_coalesce_timer); in hip04_mac_start_xmit()
566 } else if (!hrtimer_is_queued(&priv->tx_coalesce_timer)) { in hip04_mac_start_xmit()
689 hrtimer_cancel(&priv->tx_coalesce_timer); in hip04_mac_interrupt()
700 priv = container_of(hrtimer, struct hip04_priv, tx_coalesce_timer); in tx_done()
937 hrtimer_init(&priv->tx_coalesce_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in hip04_mac_probe()
947 priv->tx_coalesce_timer.function = tx_done; in hip04_mac_probe()