Home
last modified time | relevance | path

Searched refs:cqd_ptr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/enic/
H A Denic_rxtx.c59 volatile struct cq_desc *cqd_ptr; in enic_recv_pkts() local
68 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()