Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c118 struct mlx5e_ptp *ptp_channel; in mlx5e_select_queue() local
129 ptp_channel = READ_ONCE(priv->channels.ptp); in mlx5e_select_queue()
130 if (unlikely(ptp_channel && in mlx5e_select_queue()
131 test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state) && in mlx5e_select_queue()
Den_main.c2946 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
2950 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()
2951 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()
/drivers/net/ethernet/sfc/
Defx_channels.c850 *ptp_channel = efx_ptp_channel(efx); in efx_realloc_channels() local
952 efx_ptp_update_channel(efx, ptp_channel); in efx_realloc_channels()