Home
last modified time | relevance | path

Searched refs:CQE_L2_OK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c364 if (((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK)) == in mlx5e_build_rx_mbuf()
365 (CQE_L2_OK | CQE_L3_OK))) { in mlx5e_build_rx_mbuf()
381 ((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK)) == in mlx5e_build_rx_mbuf()
382 (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK))) { in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/mlx5/
H A Ddevice.h818 CQE_L2_OK = 1 << 0, enumerator