Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c376 uint32_t rcb_reg; in hns3_enable_all_queues() local
411 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()
413 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
415 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
416 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()