Home
last modified time | relevance | path

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

/linux-4.1.27/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()
482 struct efx_ptp_data *ptp = efx->ptp_data; in efx_ptp_get_attributes()
547 efx->ptp_data->ts_corrections.tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
549 efx->ptp_data->ts_corrections.rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
551 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
553 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
556 efx->ptp_data->ts_corrections.tx = 0; in efx_ptp_get_timestamp_corrections()
557 efx->ptp_data->ts_corrections.rx = 0; in efx_ptp_get_timestamp_corrections()
[all …]
Dnet_driver.h1064 struct efx_ptp_data *ptp_data; member