Searched refs:TX_RECLAIM_PERIOD (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c83 #define TX_RECLAIM_PERIOD (HZ / 4) macro
1902 mod_timer(&sge->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD);
1972 mod_timer(&sge->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c80 #define TX_RECLAIM_PERIOD (HZ / 4) macro
2876 next_period = TX_RECLAIM_PERIOD >>
3153 mod_timer(&q->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD);

Completed in 81 milliseconds