Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/base/
H A Dvnic_cq.c44 unsigned int color_enable, unsigned int cq_head, unsigned int cq_tail, in vnic_cq_init() argument
56 iowrite32(cq_head, &cq->ctrl->cq_head); in vnic_cq_init()
73 iowrite32(0, &cq->ctrl->cq_head); in vnic_cq_clean()
H A Dvnic_cq.h23 uint32_t cq_head; /* 0x20 */ member
69 unsigned int color_enable, unsigned int cq_head, unsigned int cq_tail,
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c404 hw->cq_head = 0; in hisi_dma_start()
577 hw->cq_head, hw->cqs_completed, hw->cqe_vld, in hisi_dma_dump()
633 uint16_t cq_head = hw->cq_head; in hisi_dma_scan_cq() local
638 cqe = &hw->cqe[cq_head]; in hisi_dma_scan_cq()
650 cq_head++; in hisi_dma_scan_cq()
651 if (cq_head == hw->cq_depth) { in hisi_dma_scan_cq()
653 cq_head = 0; in hisi_dma_scan_cq()
660 hw->cq_head = cq_head; in hisi_dma_scan_cq()
664 rte_write32(rte_cpu_to_le_32(cq_head), hw->cq_head_reg); in hisi_dma_scan_cq()
H A Dhisi_dmadev.h234 uint16_t cq_head; /**< CQ index for next scans. */ member