Searched refs:cqd_ptr (Results 1 – 1 of 1) sorted by relevance
59 volatile struct cq_desc *cqd_ptr; in enic_recv_pkts() local68 cqd_ptr = (struct cq_desc *)(cq->ring.descs) + cq_idx; in enic_recv_pkts()85 if ((cqd_ptr->type_color & CQ_DESC_COLOR_MASK_NOSHIFT) == color) in enic_recv_pkts()89 cqd = *cqd_ptr; in enic_recv_pkts()112 cqd_ptr = (struct cq_desc *)(cq->ring.descs) + cq_idx; in enic_recv_pkts()113 rte_enic_prefetch(cqd_ptr); in enic_recv_pkts()