Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c409 if (((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK)) == in mlx5e_build_rx_mbuf()
410 (CQE_L2_OK | CQE_L3_OK))) { in mlx5e_build_rx_mbuf()
426 ((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK)) == in mlx5e_build_rx_mbuf()
427 (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK))) { in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/mlx5/
H A Ddevice.h820 CQE_L3_OK = 1 << 1, enumerator
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c209 if (unlikely(!((cqe->hds_ip_ext & CQE_L3_OK) && in handle_responder()