Searched refs:ptp_channel (Results 1 – 3 of 3) sorted by relevance
118 struct mlx5e_ptp *ptp_channel; in mlx5e_select_queue() local129 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()
2946 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local2950 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()
850 *ptp_channel = efx_ptp_channel(efx); in efx_realloc_channels() local952 efx_ptp_update_channel(efx, ptp_channel); in efx_realloc_channels()