Searched refs:hns3_write_dev (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 674 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_free_rx_cpu_rmap() 683 hns3_write_dev(tqp, HNS3_RING_EN_REG, rcb_reg); in hns3_set_rx_cpu_rmap() 5146 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_L_REG, (u32)dma); in hns3_init_ring_hw() 5147 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_H_REG, in hns3_init_ring_hw() 5150 hns3_write_dev(q, HNS3_RING_RX_RING_BD_LEN_REG, in hns3_init_ring_hw() 5152 hns3_write_dev(q, HNS3_RING_RX_RING_BD_NUM_REG, in hns3_init_tx_ring_tc() 5155 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_L_REG, in hns3_init_tx_ring_tc() 5157 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_H_REG, in hns3_init_tx_ring_tc() 5160 hns3_write_dev(q, HNS3_RING_TX_RING_BD_NUM_REG, in hns3_init_tx_ring_tc() 5178 hns3_write_dev( in hns3_init_all_ring() [all...] |
| H A D | hns3_enet.h | 665 #define hns3_write_dev(a, reg, value) \ macro
|