Searched refs:phc_time (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 2308 u64 *phc_time) in ice_read_phy_and_phc_time_e822() argument 2331 *phc_time = (u64)lo << 32 | zo; in ice_read_phy_and_phc_time_e822() 2365 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e822() local 2373 status = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() 2385 difference = phc_time - phy_time; in ice_sync_phy_timer_e822() 2401 status = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() 2407 (unsigned long long)phc_time); in ice_sync_phy_timer_e822()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_vchnl.c | 1902 struct virtchnl_phc_time phc_time; in iavf_get_phc_time() local 1907 args.in_args = (uint8_t *)&phc_time; in iavf_get_phc_time() 1908 args.in_args_size = sizeof(phc_time); in iavf_get_phc_time() 1919 adapter->phc_time = ((struct virtchnl_phc_time *)args.out_buffer)->time; in iavf_get_phc_time()
|
| H A D | iavf.h | 317 uint64_t phc_time; member
|
| H A D | iavf_rxtx.c | 1508 ts_ns = iavf_tstamp_convert_32b_64b(ad->phc_time, in iavf_recv_pkts_flex_rxd() 1511 ad->phc_time = ts_ns; in iavf_recv_pkts_flex_rxd() 1677 ts_ns = iavf_tstamp_convert_32b_64b(ad->phc_time, in iavf_recv_scattered_pkts_flex_rxd() 1680 ad->phc_time = ts_ns; in iavf_recv_scattered_pkts_flex_rxd() 1962 ts_ns = iavf_tstamp_convert_32b_64b(ad->phc_time, in iavf_rx_scan_hw_ring_flex_rxd() 1965 ad->phc_time = ts_ns; in iavf_rx_scan_hw_ring_flex_rxd()
|