Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dcq.c209 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()
210 (cqe->hds_ip_ext & CQE_L4_OK)))) in handle_responder()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c956 if (likely((cqe->hds_ip_ext & CQE_L3_OK) && in mlx5e_handle_csum()
957 (cqe->hds_ip_ext & CQE_L4_OK))) { in mlx5e_handle_csum()
/Linux-v5.4/include/linux/mlx5/
Ddevice.h766 u8 hds_ip_ext; member