Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.h18 #define HNS3_CMDQ_RX_HEAD_REG 0x27028 macro
H A Dhns3_cmd.c155 hns3_write_dev(hw, HNS3_CMDQ_RX_HEAD_REG, 0); in hns3_cmd_clear_regs()
181 hns3_write_dev(ring->hw, HNS3_CMDQ_RX_HEAD_REG, 0); in hns3_cmd_config_regs()
H A Dhns3_regs.c27 HNS3_CMDQ_RX_HEAD_REG,
H A Dhns3_mbx.c441 hns3_write_dev(hw, HNS3_CMDQ_RX_HEAD_REG, crq->next_to_use); in hns3_dev_handle_mbx_msg()