Home
last modified time | relevance | path

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

/dpdk/drivers/net/cnxk/
H A Dcn9k_ethdev.h36 int64_t *cq_status; member
H A Dcn10k_ethdev.h35 int64_t *cq_status; member
H A Dcn9k_ethdev.c263 rxq->cq_status = cq->status; in cn9k_nix_rx_queue_setup()
H A Dcn10k_ethdev.c270 rxq->cq_status = cq->status; in cn10k_nix_rx_queue_setup()
H A Dcn9k_rx.h419 reg = roc_atomic64_add_sync(wdata, rxq->cq_status); in nix_rx_nb_pkts()
H A Dcn10k_rx.h806 reg = roc_atomic64_add_sync(wdata, rxq->cq_status); in nix_rx_nb_pkts()
/dpdk/drivers/net/thunderx/
H A Dnicvf_struct.h66 uintptr_t cq_status; member
H A Dnicvf_rxtx.c400 rxq->available_space = nicvf_addr_read(rxq->cq_status) in nicvf_rx_pkts_to_process()
657 return nicvf_addr_read(rxq->cq_status) & NICVF_CQ_CQE_COUNT_MASK; in nicvf_dev_rx_queue_count()
H A Dnicvf_ethdev.c1343 rxq->cq_status = nicvf_qset_base(nic, qidx) + NIC_QSET_CQ_0_7_STATUS; in nicvf_dev_rx_queue_setup()