Searched refs:NIC_QSET_CQ_0_7_CFG (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nic_reg.h | 168 #define NIC_QSET_CQ_0_7_CFG (0x010400) macro
|
D | nicvf_queues.c | 657 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, 0); in nicvf_reclaim_cmp_queue() 659 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, NICVF_CQ_RESET); in nicvf_reclaim_cmp_queue() 835 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, NICVF_CQ_RESET); in nicvf_cmp_queue_config() 852 nicvf_queue_reg_write(nic, NIC_QSET_CQ_0_7_CFG, qidx, *(u64 *)&cq_cfg); in nicvf_cmp_queue_config()
|
D | nicvf_ethtool.c | 407 p[i++] = nicvf_queue_reg_read(nic, NIC_QSET_CQ_0_7_CFG, q); in nicvf_get_regs()
|