Searched refs:CQE_L4_OK (Results 1 – 3 of 3) sorted by relevance
417 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()
821 CQE_L4_OK = 1 << 2, enumerator
210 (cqe->hds_ip_ext & CQE_L4_OK)))) in handle_responder()