Searched refs:MLX5E_PTP_STATE_RX (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | ptp.c | 225 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_napi_poll() 539 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_build_params() 597 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_open_queues() 609 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open_queues() 623 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_close_queues() 639 __set_bit(MLX5E_PTP_STATE_RX, c->state); in mlx5e_ptp_set_state() 755 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_open() 790 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) { in mlx5e_ptp_activate_channel() 801 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_deactivate_channel() 814 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_ptp_get_rqn() [all …]
|
A D | channels.c | 46 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) in mlx5e_channels_get_ptp_rqn()
|
A D | ptp.h | 26 MLX5E_PTP_STATE_RX, enumerator
|
A D | reporter_rx.c | 407 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose_common_config() 472 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_diagnose() 642 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state)) { in mlx5e_rx_reporter_dump_all_rqs()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_main.c | 3333 if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state)) in mlx5e_modify_channels_vsd()
|
Completed in 17 milliseconds