Home
last modified time | relevance | path

Searched refs:bnxt_timecounter_cyc2time (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c196 ns = bnxt_timecounter_cyc2time(ptp, cycles); in bnxt_ptp_gettimex()
290 ns = bnxt_timecounter_cyc2time(ptp, pps_ts); in bnxt_ptp_pps_event()
433 nsec_now = bnxt_timecounter_cyc2time(ptp, cycles_now); in bnxt_get_target_cycles()
733 ns = bnxt_timecounter_cyc2time(ptp, ts); in bnxt_stamp_tx_skb()
859 ns = bnxt_timecounter_cyc2time(ptp, ts); in bnxt_tx_ts_cmp()
H A Dbnxt_ptp.h174 static inline u64 bnxt_timecounter_cyc2time(struct bnxt_ptp_cfg *ptp, u64 ts) in bnxt_timecounter_cyc2time() function
H A Dbnxt.c2278 ns = bnxt_timecounter_cyc2time(ptp, ts); in bnxt_rx_pkt()