Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h56 #define HNS3_RING_EN_REG 0x00090 macro
H A Dhns3_debugfs.c667 HNS3_RING_EN_REG))); in hns3_dump_rx_queue_info()
772 HNS3_RING_EN_REG))); in hns3_dump_tx_queue_info()
H A Dhns3_enet.c656 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_enable()
658 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable()
665 rcb_reg = hns3_read_dev(tqp, HNS3_RING_EN_REG); in hns3_tqp_disable()
667 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable()
2840 hns3_tqp_read_reg(tx_ring, HNS3_RING_EN_REG), in hns3_dump_queue_reg()