Home
last modified time | relevance | path

Searched refs:HNS3_RING_TX_EN_REG (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h87 #define HNS3_RING_TX_EN_REG 0x000d4 macro
H A Dhns3_regs.c61 HNS3_RING_TX_EN_REG,
H A Dhns3_rxtx.c363 HNS3_RING_TX_EN_REG : HNS3_RING_RX_EN_REG; in hns3_stop_unused_queue()
427 reg = hns3_read_dev(txq, HNS3_RING_TX_EN_REG); in hns3_enable_txq()
432 hns3_write_dev(txq, HNS3_RING_TX_EN_REG, reg); in hns3_enable_txq()