Searched refs:hclgevf_write_dev (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_cmd.c | 93 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_BASEADDR_L_REG, reg_val); in hclgevf_cmd_config_regs() 95 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_BASEADDR_H_REG, reg_val); in hclgevf_cmd_config_regs() 100 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_DEPTH_REG, reg_val); in hclgevf_cmd_config_regs() 102 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_HEAD_REG, 0); in hclgevf_cmd_config_regs() 103 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_TAIL_REG, 0); in hclgevf_cmd_config_regs() 106 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_BASEADDR_L_REG, reg_val); in hclgevf_cmd_config_regs() 108 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_BASEADDR_H_REG, reg_val); in hclgevf_cmd_config_regs() 111 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_DEPTH_REG, reg_val); in hclgevf_cmd_config_regs() 113 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_HEAD_REG, 0); in hclgevf_cmd_config_regs() 114 hclgevf_write_dev(h in hclgevf_cmd_config_regs() [all...] |
H A D | hclgevf_cmd.h | 301 #define hclgevf_write_dev(a, reg, value) \ macro
|
H A D | hclgevf_mbx.c | 260 hclgevf_write_dev(&hdev->hw, HCLGEVF_NIC_CRQ_HEAD_REG, in hclgevf_mbx_handler()
|
H A D | hclgevf_main.c | 1793 hclgevf_write_dev(&hdev->hw, HCLGEVF_NIC_CSQ_DEPTH_REG, in hclgevf_reset_handshake() 2310 hclgevf_write_dev(&hdev->hw, HCLGEVF_VECTOR0_CMDQ_SRC_REG, regclr); in hclgevf_clear_event_cause() 2335 hclgevf_write_dev(&hdev->hw, HCLGEVF_VF_RST_ING, in hclgevf_check_evt_cause()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
H A D | hclgevf_main.h | 113 #define hclgevf_write_dev(a, reg, value) \ macro
|
H A D | hclgevf_mbx.c | 287 hclgevf_write_dev(&hdev->hw, HCLGE_COMM_NIC_CRQ_HEAD_REG, in hclgevf_mbx_handler()
|
H A D | hclgevf_main.c | 1412 hclgevf_write_dev(&hdev->hw, HCLGE_COMM_NIC_CSQ_DEPTH_REG, in hclgevf_reset_handshake() 1929 hclgevf_write_dev(&hdev->hw, HCLGE_COMM_VECTOR0_CMDQ_SRC_REG, regclr); in hclgevf_clear_event_cause() 1953 hclgevf_write_dev(&hdev->hw, HCLGEVF_VF_RST_ING, in hclgevf_check_evt_cause() 2778 hclgevf_write_dev(&hdev->hw, HCLGEVF_RXD_ADV_LAYOUT_EN_REG, 1); in hclgevf_init_rxd_adv_layout() 2784 hclgevf_write_dev(&hdev->hw, HCLGEVF_RXD_ADV_LAYOUT_EN_REG, 0); in hclgevf_uninit_rxd_adv_layout()
|
Completed in 12 milliseconds