Searched refs:hns3_write_dev (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/ |
| D | hns3_enet.c | 318 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_enable() 327 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_tqp_disable() 3664 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_L_REG, (u32)dma); in hns3_init_ring_hw() 3665 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_H_REG, in hns3_init_ring_hw() 3668 hns3_write_dev(q, HNS3_RING_RX_RING_BD_LEN_REG, in hns3_init_ring_hw() 3670 hns3_write_dev(q, HNS3_RING_RX_RING_BD_NUM_REG, in hns3_init_ring_hw() 3674 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_L_REG, in hns3_init_ring_hw() 3676 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_H_REG, in hns3_init_ring_hw() 3679 hns3_write_dev(q, HNS3_RING_TX_RING_BD_NUM_REG, in hns3_init_ring_hw() 3700 hns3_write_dev(q, HNS3_RING_TX_RING_TC_REG, in hns3_init_tx_ring_tc()
|
| D | hns3_enet.h | 608 #define hns3_write_dev(a, reg, value) \ macro
|