Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_cmd.c114 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_TAIL_REG, 0); in hclgevf_cmd_config_regs()
470 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_TAIL_REG, 0); in hclgevf_cmd_uninit_regs()
Dhclgevf_cmd.h264 #define HCLGEVF_NIC_CRQ_TAIL_REG 0x27024 macro
Dhclgevf_mbx.c147 u32 tail = hclgevf_read_dev(hw, HCLGEVF_NIC_CRQ_TAIL_REG); in hclgevf_cmd_crq_empty()