Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3800 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
3804 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()
3805 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()
5464 struct mlx5e_ptp *ptp_channel; in mlx5e_get_base_stats() local
5533 ptp_channel = priv->channels.ptp; in mlx5e_get_base_stats()
5534 if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { in mlx5e_get_base_stats()