Searched refs:hclgevf_write_dev (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_cmd.c | 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() 113 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_HEAD_REG, 0); in hclgevf_cmd_config_regs() 114 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_TAIL_REG, 0); in hclgevf_cmd_config_regs() 326 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_TAIL_REG, in hclgevf_cmd_send() 530 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_DEPTH_REG, 0); in hclgevf_cmd_uninit_regs() 531 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_HEAD_REG, 0); in hclgevf_cmd_uninit_regs() 532 hclgevf_write_dev(hw, HCLGEVF_NIC_CSQ_TAIL_REG, 0); in hclgevf_cmd_uninit_regs() 535 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_DEPTH_REG, 0); in hclgevf_cmd_uninit_regs() 536 hclgevf_write_dev(hw, HCLGEVF_NIC_CRQ_HEAD_REG, 0); in hclgevf_cmd_uninit_regs() [all …]
|
| A D | hclgevf_cmd.h | 326 #define hclgevf_write_dev(a, reg, value) \ macro
|
| A D | hclgevf_mbx.c | 272 hclgevf_write_dev(&hdev->hw, HCLGEVF_NIC_CRQ_HEAD_REG, in hclgevf_mbx_handler()
|
| A D | hclgevf_main.c | 1900 hclgevf_write_dev(&hdev->hw, HCLGEVF_NIC_CSQ_DEPTH_REG, in hclgevf_reset_handshake() 2422 hclgevf_write_dev(&hdev->hw, HCLGEVF_VECTOR0_CMDQ_SRC_REG, regclr); in hclgevf_clear_event_cause() 2446 hclgevf_write_dev(&hdev->hw, HCLGEVF_VF_RST_ING, in hclgevf_check_evt_cause() 3301 hclgevf_write_dev(&hdev->hw, HCLGEVF_RXD_ADV_LAYOUT_EN_REG, 1); in hclgevf_init_rxd_adv_layout() 3307 hclgevf_write_dev(&hdev->hw, HCLGEVF_RXD_ADV_LAYOUT_EN_REG, 0); in hclgevf_uninit_rxd_adv_layout()
|
Completed in 18 milliseconds