Searched refs:hdr_type_etc (Results 1 – 3 of 3) sorted by relevance
59 offsetof(struct mlx5_cqe, hdr_type_etc));61 offsetof(struct mlx5_cqe, hdr_type_etc) + 2);
319 ptype = (cqe->hdr_type_etc & 0xfc00) >> 10; in rxq_cq_to_pkt_type()683 uint16_t flags = rte_be_to_cpu_16(cqe->hdr_type_etc); in rxq_cq_to_ol_flags()766 vlan_strip = cqe->hdr_type_etc & in rxq_cq_to_mbuf()1017 l4_type = (rte_be_to_cpu_16(cqe->hdr_type_etc) & in mlx5_lro_update_hdr()
421 uint16_t hdr_type_etc; member