Searched refs:MLX5E_PTP_STATE_RX (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | ptp.c | 306 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_napi_poll() 676 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_build_params() 734 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_open_queues() 746 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open_queues() 760 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_close_queues() 776 __set_bit(MLX5E_PTP_STATE_RX, c->state); in mlx5e_ptp_set_state() 894 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open() 929 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_activate_channel() 940 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_deactivate_channel() 953 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_get_rqn() [all …]
|
H A D | channels.c | 46 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_channels_get_ptp_rqn()
|
H A D | ptp.h | 46 MLX5E_PTP_STATE_RX, enumerator
|
H A 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()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 3389 if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state)) in mlx5e_modify_channels_vsd()
|