Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c388 uint32_t rcb_reg; in hns3_enable_all_queues() local
423 rcb_reg = hns3_read_reg(tqp_base, HNS3_RING_EN_REG); in hns3_enable_all_queues()
425 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
427 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_enable_all_queues()
428 hns3_write_reg(tqp_base, HNS3_RING_EN_REG, rcb_reg); in hns3_enable_all_queues()