Home
last modified time | relevance | path

Searched refs:ptp_data (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/sfc/
Dptp.c359 if (!efx->ptp_data) in efx_ptp_describe_stats()
373 if (!efx->ptp_data) in efx_ptp_update_stats()
380 stats[i] = *(unsigned int *)((char *)efx->ptp_data + in efx_ptp_update_stats()
479 struct efx_ptp_data *ptp = efx->ptp_data; in efx_ptp_get_attributes()
550 efx->ptp_data->ts_corrections.tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
552 efx->ptp_data->ts_corrections.rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
554 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
556 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
559 efx->ptp_data->ts_corrections.tx = 0; in efx_ptp_get_timestamp_corrections()
560 efx->ptp_data->ts_corrections.rx = 0; in efx_ptp_get_timestamp_corrections()
[all …]
Dnet_driver.h1051 struct efx_ptp_data *ptp_data; member