Home
last modified time | relevance | path

Searched refs:MLX5E_RX_ERR_CQE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1834 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe()
1882 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_rep()
1925 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_mpwrq_rep()
2319 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_mpwrq_shampo()
2402 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_mpwrq()
2658 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5i_handle_rx_cqe()
2750 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_trap_handle_rx_cqe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h35 #define MLX5E_RX_ERR_CQE(cqe) (get_cqe_opcode(cqe) != MLX5_CQE_RESP_SEND) macro
H A Dptp.c186 bool is_err_cqe = !!MLX5E_RX_ERR_CQE(cqe); in mlx5e_ptp_handle_ts_cqe()