Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rx.c327 if (((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK)) == in mlx5e_build_rx_mbuf()
328 (CQE_L2_OK | CQE_L3_OK))) { in mlx5e_build_rx_mbuf()
344 ((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK)) == in mlx5e_build_rx_mbuf()
345 (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK))) { in mlx5e_build_rx_mbuf()
/freebsd-13-stable/sys/dev/mlx5/
HDdevice.h775 CQE_L3_OK = 1 << 1, enumerator
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_cq.c208 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()