Searched refs:MLX5E_PTP_STATE_RX (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | ptp.c | 151 if (test_bit(MLX5E_PTP_STATE_RX, c->state) && likely(budget)) { in mlx5e_ptp_napi_poll() 176 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_napi_poll() 488 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_build_params() 546 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_open_queues() 558 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open_queues() 572 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_close_queues() 588 __set_bit(MLX5E_PTP_STATE_RX, c->state); in mlx5e_ptp_set_state() 702 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open() 737 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_activate_channel() 747 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_deactivate_channel() [all …]
|
D | channels.c | 41 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_channels_get_ptp_rqn()
|
D | ptp.h | 24 MLX5E_PTP_STATE_RX, enumerator
|
D | reporter_rx.c | 399 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose_common_config() 460 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose() 630 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_dump_all_rqs()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 2863 if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state)) in mlx5e_modify_channels_vsd()
|