Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c736 int cqe_count, cqe_head; in nicvf_cq_intr_handler() local
756 cqe_head = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, cq_idx) >> 9; in nicvf_cq_intr_handler()
757 cqe_head &= 0xFFFF; in nicvf_cq_intr_handler()
760 __func__, cq_idx, cqe_count, cqe_head); in nicvf_cq_intr_handler()
763 cq_desc = (struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head); in nicvf_cq_intr_handler()
764 cqe_head++; in nicvf_cq_intr_handler()
765 cqe_head &= (cq->dmem.q_len - 1); in nicvf_cq_intr_handler()
767 __builtin_prefetch((struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head)); in nicvf_cq_intr_handler()