Searched refs:ptp_channel (Results 1 – 2 of 2) sorted by relevance
117 struct mlx5e_ptp *ptp_channel; in mlx5e_select_queue() local128 ptp_channel = READ_ONCE(priv->channels.ptp); in mlx5e_select_queue()129 if (unlikely(ptp_channel && in mlx5e_select_queue()130 test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state) && in mlx5e_select_queue()
2948 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local2952 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()2953 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()