Home
last modified time | relevance | path

Searched refs:hds_ip_ext (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c214 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()
215 (cqe->hds_ip_ext & CQE_L4_OK)))) in handle_responder()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1533 if (likely((cqe->hds_ip_ext & CQE_L3_OK) && in mlx5e_handle_csum()
1534 (cqe->hds_ip_ext & CQE_L4_OK))) { in mlx5e_handle_csum()