Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c117 struct mlx5e_ptp *ptp_channel; in mlx5e_select_queue() local
128 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()
Den_main.c2948 struct mlx5e_ptp *ptp_channel; in mlx5e_mqprio_channel_validate() local
2952 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()