Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c328 u32 rcb_reg; in hns3_tqp_enable() local
330 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable()
331 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_tqp_enable()
332 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable()
337 u32 rcb_reg; in hns3_tqp_disable() local
339 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable()
340 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_tqp_disable()
341 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()