Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/can/m_can/
Dm_can.c1179 bool enable_tx_timer = false; in m_can_coalescing_update() local
1189 enable_tx_timer = true; in m_can_coalescing_update()
1194 if (!enable_tx_timer && !hrtimer_active(&cdev->hrtimer)) in m_can_coalescing_update()
1198 if (enable_rx_timer | enable_tx_timer) in m_can_coalescing_update()