Searched refs:tx_coalesce_timer (Results 1 – 1 of 1) sorted by relevance
170 struct hrtimer tx_coalesce_timer; member421 hrtimer_start_range_ns(&priv->tx_coalesce_timer, ns_to_ktime(ns), in hip04_start_tx_timer()473 hrtimer_cancel(&priv->tx_coalesce_timer); in hip04_mac_start_xmit()476 } else if (!hrtimer_is_queued(&priv->tx_coalesce_timer)) { in hip04_mac_start_xmit()596 hrtimer_cancel(&priv->tx_coalesce_timer); in hip04_mac_interrupt()607 priv = container_of(hrtimer, struct hip04_priv, tx_coalesce_timer); in tx_done()843 hrtimer_init(&priv->tx_coalesce_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in hip04_mac_probe()853 priv->tx_coalesce_timer.function = tx_done; in hip04_mac_probe()