Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rx.c406 if (((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK)) == in mlx5e_build_rx_mbuf()
414 if (likely((cqe->hds_ip_ext & CQE_L4_OK) == CQE_L4_OK)) { in mlx5e_build_rx_mbuf()
423 ((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK)) == in mlx5e_build_rx_mbuf()
/freebsd-14-stable/contrib/ofed/libmlx5/
HDcq.c208 wc->wc_flags |= (!!(cqe->hds_ip_ext & MLX5_CQE_L4_OK) & in handle_responder()
209 !!(cqe->hds_ip_ext & MLX5_CQE_L3_OK) & in handle_responder()
1107 wc_flags = (!!(cq->cqe64->hds_ip_ext & MLX5_CQE_L4_OK) & in mlx5_cq_read_wc_flags()
1108 !!(cq->cqe64->hds_ip_ext & MLX5_CQE_L3_OK) & in mlx5_cq_read_wc_flags()
HDmlx5dv.h291 uint8_t hds_ip_ext; member
/freebsd-14-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_cq.c209 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()
210 (cqe->hds_ip_ext & CQE_L4_OK)))) in handle_responder()
/freebsd-14-stable/sys/dev/mlx5/
HDdevice.h702 u8 hds_ip_ext; member