Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
H A Ddevice.h1049 CQE_L3_OK = 1 << 1,
1048 CQE_L3_OK = 1 << 1, global() enumerator
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c214 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1422 if (likely((cqe->hds_ip_ext & CQE_L3_OK) && in mlx5e_handle_csum()