Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c417 if (likely((cqe->hds_ip_ext & CQE_L4_OK) == CQE_L4_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.h821 CQE_L4_OK = 1 << 2, enumerator
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c210 (cqe->hds_ip_ext & CQE_L4_OK)))) in handle_responder()