Searched refs:MLX5E_PTP_STATE_RX (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dchannels.c52 if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state))
H A Dptp.c281 if (test_bit(MLX5E_PTP_STATE_RX, c->state) && likely(budget)) {
306 if (test_bit(MLX5E_PTP_STATE_RX, c->state))
681 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
742 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
754 if (test_bit(MLX5E_PTP_STATE_RX, c->state))
768 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
784 __set_bit(MLX5E_PTP_STATE_RX, c->state);
902 if (test_bit(MLX5E_PTP_STATE_RX, c->state))
937 if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
949 if (test_bit(MLX5E_PTP_STATE_RX,
[all...]
H A Dptp.h46 MLX5E_PTP_STATE_RX, enumerator in enum:__anon66
H A Dreporter_rx.c329 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
368 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
468 if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3423 if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state))

Completed in 130 milliseconds