Searched refs:ptp_channel (Results 1 – 1 of 1) sorted by relevance
3810 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local3814 ptp_channel = priv->channels.ptp; in mlx5e_mqprio_channel_validate()3815 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate()5510 struct mlx5e_ptp *ptp_channel; in mlx5e_get_base_stats() local5579 ptp_channel = priv->channels.ptp; in mlx5e_get_base_stats()5580 if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { in mlx5e_get_base_stats()