Lines Matching full:timestamp
139 u64 timestamp, ns; in qede_ptp_task() local
148 /* Read Tx timestamp registers */ in qede_ptp_task()
150 rc = ptp->ops->read_tx_ts(edev->cdev, ×tamp); in qede_ptp_task()
154 DP_INFO(edev, "Tx timestamp is not recorded\n"); in qede_ptp_task()
167 ns = timecounter_cyc2time(&ptp->tc, timestamp); in qede_ptp_task()
176 "Tx timestamp, timestamp cycles = %llu, ns = %llu\n", in qede_ptp_task()
177 timestamp, ns); in qede_ptp_task()
516 …"The device supports only a single outstanding packet to timestamp, this packet will not be timest… in qede_ptp_tx_ts()
521 /* schedule check for Tx timestamp */ in qede_ptp_tx_ts()
531 u64 timestamp, ns; in qede_ptp_rx_ts() local
539 rc = ptp->ops->read_rx_ts(edev->cdev, ×tamp); in qede_ptp_rx_ts()
542 DP_INFO(edev, "Invalid Rx timestamp\n"); in qede_ptp_rx_ts()
546 ns = timecounter_cyc2time(&ptp->tc, timestamp); in qede_ptp_rx_ts()
550 "Rx timestamp, timestamp cycles = %llu, ns = %llu\n", in qede_ptp_rx_ts()
551 timestamp, ns); in qede_ptp_rx_ts()