Searched refs:hclgevf_write_dev (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| D | hclgevf_cmd.c | 127 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_BASEADDR_L_REG, reg_val); in hclgevf_init_cmd_queue() 129 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_BASEADDR_H_REG, reg_val); in hclgevf_init_cmd_queue() 133 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_DEPTH_REG, reg_val); in hclgevf_init_cmd_queue() 135 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_TAIL_REG, 0); in hclgevf_init_cmd_queue() 136 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_HEAD_REG, 0); in hclgevf_init_cmd_queue() 140 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_BASEADDR_L_REG, reg_val); in hclgevf_init_cmd_queue() 142 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_BASEADDR_H_REG, reg_val); in hclgevf_init_cmd_queue() 146 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_DEPTH_REG, reg_val); in hclgevf_init_cmd_queue() 148 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_TAIL_REG, 0); in hclgevf_init_cmd_queue() 149 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_HEAD_REG, 0); in hclgevf_init_cmd_queue() [all …]
|
| D | hclgevf_cmd.h | 247 #define hclgevf_write_dev(a, reg, value) \ macro
|
| D | hclgevf_mbx.c | 230 hclgevf_write_dev(&hdev->hw, HCLGEVF_NIC_CRQ_HEAD_REG, in hclgevf_mbx_handler()
|
| D | hclgevf_main.c | 1293 hclgevf_write_dev(&hdev->hw, HCLGEVF_VECTOR0_CMDQ_SRC_REG, regclr); in hclgevf_clear_event_cause()
|