Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/ti/
H A Dtlan.c256 priv->timer_type != TLAN_TIMER_ACTIVITY) { in tlan_set_timer()
1411 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_tx_eof()
1413 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_tx_eof()
1562 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_rx_eof()
1564 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_rx_eof()
1844 case TLAN_TIMER_ACTIVITY: in tlan_timer()
H A Dtlan.h221 #define TLAN_TIMER_ACTIVITY 2 macro