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 | 276 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_napi_poll() 301 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_napi_poll() 674 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_build_params() 734 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_open_queues() 758 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) in mlx5e_ptp_open_queues() 761 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) in mlx5e_ptp_open_queues() 773 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_close_queues() 782 __set_bit(MLX5E_PTP_STATE_TX, c->state); in mlx5e_ptp_set_state() 934 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_activate_channel() 955 if (test_bit(MLX5E_PTP_STATE_TX, c->state)) { in mlx5e_ptp_deactivate_channel()
|
H A D | reporter_tx.c | 310 if (!ptp_ch || !test_bit(MLX5E_PTP_STATE_TX, ptp_ch->state)) in mlx5e_tx_reporter_diagnose_common_config() 349 if (!ptp_ch || !test_bit(MLX5E_PTP_STATE_TX, ptp_ch->state)) in mlx5e_tx_reporter_diagnose() 442 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 | 3148 if (!test_bit(MLX5E_PTP_STATE_TX, priv->channels.ptp->state)) in mlx5e_build_txq_maps() 3670 if (ptp_channel && test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state)) { in mlx5e_mqprio_channel_validate() 5420 if (priv->tx_ptp_opened && (!ptp_channel || !test_bit(MLX5E_PTP_STATE_TX, ptp_channel->state))) { in mlx5e_get_base_stats()
|