Searched refs:rcb_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 329 u32 rcb_reg; in hns3_tqp_enable() local 331 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable() 332 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_tqp_enable() 333 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable() 338 u32 rcb_reg; in hns3_tqp_disable() local 340 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable() 341 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_tqp_disable() 342 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 660 u32 rcb_reg; in hns3_tqp_enable() local 662 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable() 663 rcb_reg |= BIT(HNS3_RING_EN_B); in hns3_tqp_enable() 664 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable() 669 u32 rcb_reg; in hns3_tqp_disable() local 671 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable() 672 rcb_reg &= ~BIT(HNS3_RING_EN_B); in hns3_tqp_disable() 673 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()
|
Completed in 13 milliseconds