Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_ptp.c457 ptp_ptr->convert_tx_ptp_tstmp = &otx2_ptp_convert_tx_timestamp; in otx2_ptp_init()
460 ptp_ptr->convert_tx_ptp_tstmp = &cn10k_ptp_convert_timestamp; in otx2_ptp_init()
Dotx2_common.h329 u64 (*convert_tx_ptp_tstmp)(u64 timestamp); member
Dotx2_txrx.c159 timestamp = pfvf->ptp->convert_tx_ptp_tstmp(timestamp); in otx2_snd_pkt_handler()