Searched refs:ptp_write_host_time (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | siena.c | 1058 .ptp_write_host_time = siena_ptp_write_host_time,
|
H A D | net_driver.h | 1304 * @ptp_write_host_time: Send host time to MC as part of sync protocol 1460 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time); member
|
H A D | ef10.c | 4081 .ptp_write_host_time = efx_ef10_ptp_write_host_time_vf, 4201 .ptp_write_host_time = efx_ef10_ptp_write_host_time,
|
H A D | ptp.c | 893 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 1316 * @ptp_write_host_time: Send host time to MC as part of sync protocol 1473 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time); member
|
H A D | ef10.c | 4136 .ptp_write_host_time = efx_ef10_ptp_write_host_time_vf, 4258 .ptp_write_host_time = efx_ef10_ptp_write_host_time,
|
H A D | ptp.c | 867 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | siena.c | 1069 .ptp_write_host_time = siena_ptp_write_host_time,
|
H A D | net_driver.h | 1265 * @ptp_write_host_time: Send host time to MC as part of sync protocol 1424 void (*ptp_write_host_time)(struct efx_nic *efx, u32 host_time); member
|
H A D | ptp.c | 886 efx->type->ptp_write_host_time(efx, host_time); in efx_ptp_send_times()
|
Completed in 33 milliseconds