Searched refs:cached_phc_time (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_ptp.h | 21 u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, u32 in_tstamp); 40 static inline u64 iavf_ptp_extend_32b_timestamp(u64 cached_phc_time, in iavf_ptp_extend_32b_timestamp() argument
|
| H A D | iavf_types.h | 26 u64 cached_phc_time; member
|
| H A D | iavf_txrx.c | 1111 ns = iavf_ptp_extend_32b_timestamp(rx_ring->ptp->cached_phc_time, in iavf_flex_rx_tstamp()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_ptp.c | 347 WRITE_ONCE(rxq->cached_phc_time, systime); in idpf_ptp_update_phctime_rxq_grp() 353 WRITE_ONCE(rxq->cached_phc_time, systime); in idpf_ptp_update_phctime_rxq_grp() 383 WRITE_ONCE(adapter->ptp->cached_phc_time, systime); in idpf_ptp_update_cached_phctime() 576 u64 idpf_ptp_tstamp_extend_32b_to_64b(u64 cached_phc_time, u32 in_timestamp) in idpf_ptp_tstamp_extend_32b_to_64b() argument 582 phc_time_lo = (u32)cached_phc_time; in idpf_ptp_tstamp_extend_32b_to_64b() 592 ns = cached_phc_time - delta; in idpf_ptp_tstamp_extend_32b_to_64b() 594 ns = cached_phc_time + delta; in idpf_ptp_tstamp_extend_32b_to_64b() 629 return idpf_ptp_tstamp_extend_32b_to_64b(ptp->cached_phc_time, in idpf_ptp_extend_ts()
|
| H A D | idpf_ptp.h | 187 u64 cached_phc_time; member 285 u64 idpf_ptp_tstamp_extend_32b_to_64b(u64 cached_phc_time, u32 in_timestamp); 365 static inline u64 idpf_ptp_tstamp_extend_32b_to_64b(u64 cached_phc_time, in idpf_ptp_tstamp_extend_32b_to_64b() argument
|
| H A D | idpf_txrx.h | 565 u64 cached_phc_time; member 588 offsetofend(struct idpf_rx_queue, cached_phc_time),
|
| H A D | idpf_txrx.c | 3355 cached_time = READ_ONCE(rxq->cached_phc_time); in idpf_rx_hwtstamp()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_lib.c | 1435 ring->cached_phctime = pf->ptp.cached_phc_time; in ice_vsi_alloc_rings()
|
| H A D | ice_ethtool.c | 3328 rx_rings[i].cached_phctime = pf->ptp.cached_phc_time; in ice_set_ringparam()
|