Searched refs:MLX5E_PTP_STATE_TX (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | ptp.c | 277 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_napi_poll() 302 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_napi_poll() 687 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_build_params() 747 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_open_queues() 771 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) in mlx5e_ptp_open_queues() 774 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) in mlx5e_ptp_open_queues() 786 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_close_queues() 795 __set_bit(MLX5E_PTP_STATE_TX, c->state); in mlx5e_ptp_set_state() 947 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_activate_channel() 968 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_deactivate_channel()
|
H A D | reporter_tx.c | 302 if (!ptp_ch || !test_bit(MLX5E_PTP_STATE_TX, ptp_ch->state)) in mlx5e_tx_reporter_diagnose_common_config() 366 if (!ptp_ch || !test_bit(MLX5E_PTP_STATE_TX, ptp_ch->state)) in mlx5e_tx_reporter_diagnose() 459 if (ptp_ch && test_bit(MLX5E_PTP_STATE_TX, ptp_ch->state)) { in mlx5e_tx_reporter_dump_all_sqs()
|
H A D | ptp.h | 45 MLX5E_PTP_STATE_TX, enumerator
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 3261 if (!test_bit(MLX5E_PTP_STATE_TX, priv->channels.ptp->state)) in mlx5e_build_txq_maps() 3783 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate() 5540 if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { in mlx5e_get_base_stats()
|