Symbol: MLX5E_PTP_STATE_RX
drivers/net/ethernet/mellanox/mlx5/core/en/channels.c
53
if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state))
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
1022
if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
1029
if (c && test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
292
if (test_bit(MLX5E_PTP_STATE_RX, c->state) && likely(budget)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
317
if (test_bit(MLX5E_PTP_STATE_RX, c->state))
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
693
if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
754
if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
766
if (test_bit(MLX5E_PTP_STATE_RX, c->state))
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
780
if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
796
__set_bit(MLX5E_PTP_STATE_RX, c->state);
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
914
if (test_bit(MLX5E_PTP_STATE_RX, c->state))
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
949
if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
961
if (test_bit(MLX5E_PTP_STATE_RX, c->state)) {
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c
976
if (!c || !test_bit(MLX5E_PTP_STATE_RX, c->state))
drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c
348
if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c
467
if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c
584
if (ptp_ch && test_bit(MLX5E_PTP_STATE_RX, ptp_ch->state))
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
3687
if (chs->ptp && test_bit(MLX5E_PTP_STATE_RX, chs->ptp->state))