Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c756 if (!time_after_eq(now, ptp->next_period)) { in bnxt_ptp_ts_aux_work()
759 return ptp->next_period - now; in bnxt_ptp_ts_aux_work()
763 ptp->next_period = now + HZ; in bnxt_ptp_ts_aux_work()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dsge.c2913 unsigned long next_period; in sge_timer_tx() local
2927 next_period = TX_RECLAIM_PERIOD >> in sge_timer_tx()
2930 mod_timer(&qs->tx_reclaim_timer, jiffies + next_period); in sge_timer_tx()