Searched refs:CQE_L2_OK (Results 1 – 2 of 2) sorted by relevance
364 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()
818 CQE_L2_OK = 1 << 0, enumerator