Searched refs:MLX5E_PTP_STATE_RX (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.c | 269 if (test_bit(MLX5E_PTP_STATE_RX, c->state) && likely(budget)) { in mlx5e_ptp_napi_poll() 294 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_napi_poll() 664 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_build_params() 722 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_open_queues() 734 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open_queues() 748 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_close_queues() 764 __set_bit(MLX5E_PTP_STATE_RX, c->state); in mlx5e_ptp_set_state() 882 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open() 917 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_activate_channel() 928 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_deactivate_channel() [all …]
|
D | channels.c | 46 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_channels_get_ptp_rqn()
|
D | ptp.h | 46 MLX5E_PTP_STATE_RX, enumerator
|
D | reporter_rx.c | 441 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose_common_config() 506 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose() 676 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_dump_all_rqs()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 3376 if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state)) in mlx5e_modify_channels_vsd()
|