Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/cavium/thunder/
Dnic_reg.h169 #define NIC_QSET_CQ_0_7_HEAD (0x010428) macro
Dnicvf_main.c873 cqe_head = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, cq_idx) >> 9; in nicvf_cq_intr_handler()
974 cq_head = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, in nicvf_poll()
977 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_HEAD, in nicvf_poll()
Dnicvf_ethtool.c408 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_HEAD, q); in nicvf_get_regs()