Home
last modified time | relevance | path

Searched refs:HNS3_CMDQ_RX_TAIL_REG (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h17 #define HNS3_CMDQ_RX_TAIL_REG 0x27024 macro
H A Dhns3_cmd.c156 hns3_write_dev(hw, HNS3_CMDQ_RX_TAIL_REG, 0); in hns3_cmd_clear_regs()
182 hns3_write_dev(ring->hw, HNS3_CMDQ_RX_TAIL_REG, 0); in hns3_cmd_config_regs()
H A Dhns3_regs.c26 HNS3_CMDQ_RX_TAIL_REG,
H A Dhns3_mbx.c198 uint32_t tail = hns3_read_dev(hw, HNS3_CMDQ_RX_TAIL_REG); in hns3_cmd_crq_empty()