Searched refs:NIC_QSET_CQ_0_7_CFG (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/cavium/thunder/ |
D | nic_reg.h | 165 #define NIC_QSET_CQ_0_7_CFG (0x010400) macro
|
D | nicvf_queues.c | 655 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, 0); in nicvf_reclaim_cmp_queue() 657 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, NICVF_CQ_RESET); in nicvf_reclaim_cmp_queue() 833 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, NICVF_CQ_RESET); in nicvf_cmp_queue_config() 850 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(u64 *)&cq_cfg); in nicvf_cmp_queue_config()
|
D | nicvf_ethtool.c | 403 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_CFG, q); in nicvf_get_regs()
|