Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dptp.c2237 if (efx->type->ptp_set_ts_sync_events) in efx_ptp_start_datapath()
2238 efx->type->ptp_set_ts_sync_events(efx, true, true); in efx_ptp_start_datapath()
2244 if (efx->type->ptp_set_ts_sync_events) in efx_ptp_stop_datapath()
2245 efx->type->ptp_set_ts_sync_events(efx, false, true); in efx_ptp_stop_datapath()
H A Dnet_driver.h1419 int (*ptp_set_ts_sync_events)(struct efx_nic *efx, bool en, bool temp); member
H A Def10.c2326 if (efx->type->ptp_set_ts_sync_events) in efx_ef10_tx_init()
2327 efx->type->ptp_set_ts_sync_events(efx, false, false); in efx_ef10_tx_init()
4181 .ptp_set_ts_sync_events = efx_ef10_ptp_set_ts_sync_events,