Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h375 unsigned int tx_timer_active; member
H A Ddwc-xlgmac-net.c382 channel->tx_timer_active = 0; in xlgmac_tx_timer()
H A Ddwc-xlgmac-hw.c693 if (pdata->tx_usecs && !channel->tx_timer_active) { in xlgmac_tx_start_xmit()
694 channel->tx_timer_active = 1; in xlgmac_tx_start_xmit()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c591 channel->tx_timer_active = 0; in xgbe_tx_timer()
621 if (!channel->tx_ring || channel->tx_timer_active) in xgbe_service_timer()
623 channel->tx_timer_active = 1; in xgbe_service_timer()
664 channel->tx_timer_active = 0; in xgbe_stop_timers()