Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c401 if (!efx->ptp_data) in efx_ptp_describe_stats()
415 if (!efx->ptp_data) in efx_ptp_update_stats()
422 stats[i] = *(unsigned int *)((char *)efx->ptp_data + in efx_ptp_update_stats()
544 return efx->ptp_data ? efx->ptp_data->channel : NULL; in efx_ptp_channel()
583 struct efx_ptp_data *ptp = efx->ptp_data; in efx_ptp_nic_to_kernel_time()
604 struct efx_ptp_data *ptp = efx->ptp_data; in efx_ptp_get_attributes()
716 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
718 efx->ptp_data->ts_corrections.ptp_rx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
720 efx->ptp_data->ts_corrections.pps_out = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
722 efx->ptp_data->ts_corrections.pps_in = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()
[all …]
Dnet_driver.h1084 struct efx_ptp_data *ptp_data; member