Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ptp/
Dptp_clockmatrix.c459 struct idtcm_channel *ptp_channel, *extts_channel; in idtcm_extts_check_channel() local
466 ptp_channel = idtcm->event_channel[todn]; in idtcm_extts_check_channel()
468 if (extts_channel == ptp_channel) in idtcm_extts_check_channel()
469 dco_delay = ptp_channel->dco_delay; in idtcm_extts_check_channel()
479 ptp_clock_event(ptp_channel->ptp_clock, &event); in idtcm_extts_check_channel()
/linux-6.1.9/drivers/net/ethernet/sfc/
Defx_channels.c848 *ptp_channel = efx_ptp_channel(efx); in efx_realloc_channels() local
950 efx_ptp_update_channel(efx, ptp_channel); in efx_realloc_channels()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3441 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
3445 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()
3446 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()