Home
last modified time | relevance | path

Searched refs:tstmp (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c298 u64 tstmp, new_thresh; in otx2_ptp_extts_check() local
301 tstmp = ptp_tstmp_read(ptp); in otx2_ptp_extts_check()
304 if (tstmp != ptp->last_extts) { in otx2_ptp_extts_check()
307 event.timestamp = ptp->ptp_tstamp2nsec(&ptp->time_counter, tstmp); in otx2_ptp_extts_check()
309 new_thresh = tstmp % 500000000; in otx2_ptp_extts_check()
316 ptp->last_extts = tstmp; in otx2_ptp_extts_check()
Dotx2_struct.h203 u64 tstmp : 1; member
Dotx2_txrx.c708 ext->tstmp = 1; in otx2_sqe_add_ext()
/linux-6.6.21/drivers/net/ethernet/cavium/thunder/
Dq_struct.h533 u64 tstmp:1; member
562 u64 tstmp:1;
Dnicvf_queues.c1413 hdr->tstmp = 1; in nicvf_sq_add_hdr_subdesc()