Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c2963 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_L_REG, in hns3_init_ring_hw()
2965 hns3_write_dev(q, HNS3_RING_RX_RING_BASEADDR_H_REG, in hns3_init_ring_hw()
2968 hns3_write_dev(q, HNS3_RING_RX_RING_BD_LEN_REG, in hns3_init_ring_hw()
2970 hns3_write_dev(q, HNS3_RING_RX_RING_BD_NUM_REG, in hns3_init_ring_hw()
2974 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_L_REG, in hns3_init_ring_hw()
2976 hns3_write_dev(q, HNS3_RING_TX_RING_BASEADDR_H_REG, in hns3_init_ring_hw()
2979 hns3_write_dev(q, HNS3_RING_TX_RING_BD_NUM_REG, in hns3_init_ring_hw()
3000 hns3_write_dev(q, HNS3_RING_TX_RING_TC_REG, in hns3_init_tx_ring_tc()
Dhns3_enet.h584 #define hns3_write_dev(a, reg, value) \ macro