Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb/
Dsge.c74 #define TX_RECLAIM_PERIOD (HZ / 4) macro
1939 mod_timer(&sge->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD); in sge_tx_reclaim_cb()
2009 mod_timer(&sge->tx_reclaim_timer, jiffies + TX_RECLAIM_PERIOD); in t1_sge_start()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c80 #define TX_RECLAIM_PERIOD (HZ / 4) macro
2946 next_period = TX_RECLAIM_PERIOD >> in sge_timer_tx()
3223 jiffies + TX_RECLAIM_PERIOD); in t3_start_sge_timers()