Searched refs:CQE_L2_OK (Results 1 – 2 of 2) sorted by relevance
284 ((cqe->hds_ip_ext & (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK)) == in mlx5e_build_rx_mbuf()285 (CQE_L2_OK | CQE_L3_OK | CQE_L4_OK))) { in mlx5e_build_rx_mbuf()
747 CQE_L2_OK = 1 << 0, enumerator