Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2831 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_BD_NUM_REG), in hns3_dump_queue_reg()
2832 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_HEAD_REG), in hns3_dump_queue_reg()
2833 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_TAIL_REG), in hns3_dump_queue_reg()
2834 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_BD_ERR_REG), in hns3_dump_queue_reg()
2838 hns3_tqp_read_reg(tx_ring, HNS3_RING_EN_REG), in hns3_dump_queue_reg()
2839 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_TC_REG), in hns3_dump_queue_reg()
2840 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_FBDNUM_REG), in hns3_dump_queue_reg()
2841 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_OFFSET_REG), in hns3_dump_queue_reg()
2842 hns3_tqp_read_reg(tx_ring, HNS3_RING_TX_RING_EBDNUM_REG), in hns3_dump_queue_reg()
2843 hns3_tqp_read_reg(tx_ring, in hns3_dump_queue_reg()
H A Dhns3_enet.h636 static inline u32 hns3_tqp_read_reg(struct hns3_enet_ring *ring, u32 reg) in hns3_tqp_read_reg() function