Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/infiniband/hw/mlx5/
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-6.14.4/include/linux/mlx5/
Ddevice.h849 u8 hds_ip_ext; member
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c1523 if (likely((cqe->hds_ip_ext & CQE_L3_OK) && in mlx5e_handle_csum()
1524 (cqe->hds_ip_ext & CQE_L4_OK))) { in mlx5e_handle_csum()