Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2827 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_BD_NUM_REG), in hns3_dump_queue_reg()
2828 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_HEAD_REG), in hns3_dump_queue_reg()
2829 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_TAIL_REG), in hns3_dump_queue_reg()
2830 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_BD_ERR_REG), in hns3_dump_queue_reg()
2834 hns3_tqp_read_reg(tx_ring, HNS3_RING_EN_REG), in hns3_dump_queue_reg()
2835 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_TC_REG), in hns3_dump_queue_reg()
2836 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_FBDNUM_REG), in hns3_dump_queue_reg()
2837 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_OFFSET_REG), in hns3_dump_queue_reg()
2838 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_EBDNUM_REG), in hns3_dump_queue_reg()
2839 hns3_tqp_read_reg(tx_ring, in hns3_dump_queue_reg()
Dhns3_enet.h636 static inline u32 hns3_tqp_read_reg(struct hns3_enet_ring *ring, u32 reg) in hns3_tqp_read_reg() function