Searched refs:hdr_type_etc (Results 1 – 3 of 3) sorted by relevance
60 offsetof(struct mlx5_cqe, hdr_type_etc));62 offsetof(struct mlx5_cqe, hdr_type_etc) + 2);
838 ptype = (cqe->hdr_type_etc & 0xfc00) >> 10; in rxq_cq_to_pkt_type()1276 uint16_t flags = rte_be_to_cpu_16(cqe->hdr_type_etc); in rxq_cq_to_ol_flags()1353 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf()1601 l4_type = (rte_be_to_cpu_16(cqe->hdr_type_etc) & in mlx5_lro_update_hdr()
393 uint16_t hdr_type_etc; member