Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/net/ethernet/sfc/
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()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c3665 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
3669 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()
3670 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()
5349 struct mlx5e_ptp *ptp_channel; in mlx5e_get_base_stats() local
5419 ptp_channel = priv->channels.ptp; in mlx5e_get_base_stats()
5420 if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { in mlx5e_get_base_stats()