Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ptp/
H A 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()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_channels.c847 *ptp_channel = efx_ptp_channel(efx); in efx_realloc_channels() local
924 efx_ptp_update_channel(efx, ptp_channel); in efx_realloc_channels()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3502 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
3506 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()
3507 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()