Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1234 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe()
1289 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_rep()
1347 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_mpwrq_rep()
1506 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_handle_rx_cqe_mpwrq()
1701 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5i_handle_rx_cqe()
1745 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_ipsec_handle_rx_cqe()
1838 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_trap_handle_rx_cqe()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtxrx.h27 #define MLX5E_RX_ERR_CQE(cqe) (get_cqe_opcode(cqe) != MLX5_CQE_RESP_SEND) macro
Dptp.c90 if (unlikely(MLX5E_RX_ERR_CQE(cqe))) { in mlx5e_ptp_handle_ts_cqe()