Home
last modified time | relevance | path

Searched refs:hns3_read_dev (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_regs.c264 *data++ = hns3_read_dev(hw, cmdq_reg_addrs[i]); in hns3_direct_access_regs()
275 *data++ = hns3_read_dev(hw, common_vf_reg_addrs[i]); in hns3_direct_access_regs()
277 *data++ = hns3_read_dev(hw, common_reg_addrs[i]); in hns3_direct_access_regs()
286 *data++ = hns3_read_dev(hw, in hns3_direct_access_regs()
297 *data++ = hns3_read_dev(hw, in hns3_direct_access_regs()
H A Dhns3_cmd.c200 head = hns3_read_dev(hw, HNS3_CMDQ_TX_HEAD_REG); in hns3_cmd_csq_clean()
220 uint32_t head = hns3_read_dev(hw, HNS3_CMDQ_TX_HEAD_REG); in hns3_cmd_csq_done()
H A Dhns3_mbx.c198 uint32_t tail = hns3_read_dev(hw, HNS3_CMDQ_RX_TAIL_REG); in hns3_cmd_crq_empty()
H A Dhns3_stats.c665 xstats[*count].value = hns3_read_dev(hw, in hns3_get_queue_stats()
676 xstats[*count].value = hns3_read_dev(hw, in hns3_get_queue_stats()
H A Dhns3_ethdev.c128 vector0_int_stats = hns3_read_dev(hw, HNS3_VECTOR0_OTHER_INT_STS_REG); in hns3_check_event_cause()
129 cmdq_src_val = hns3_read_dev(hw, HNS3_VECTOR0_CMDQ_SRC_REG); in hns3_check_event_cause()
130 hw_err_src_reg = hns3_read_dev(hw, HNS3_RAS_PF_OTHER_INT_STS_REG); in hns3_check_event_cause()
213 vector0_int_stats = hns3_read_dev(hw, HNS3_VECTOR0_OTHER_INT_STS_REG); in hns3_clear_all_event_cause()
4579 val = hns3_read_dev(hw, HNS3_VECTOR0_OTER_EN_REG); in hns3_config_all_msix_error()
5303 val = hns3_read_dev(hw, reg); in is_pf_reset_done()
5390 if (hns3_read_dev(hw, HNS3_GLOBAL_RESET_REG) || in hns3_msix_process()
5391 hns3_read_dev(hw, HNS3_FUN_RST_ING)) { in hns3_msix_process()
5404 val = hns3_read_dev(hw, HNS3_GLOBAL_RESET_REG); in hns3_msix_process()
5452 reg_val = hns3_read_dev(hw, HNS3_VECTOR0_OTER_EN_REG); in hns3_record_imp_error()
[all …]
H A Dhns3_ethdev_vf.c1062 cmdq_stat_reg = hns3_read_dev(hw, HNS3_VECTOR0_CMDQ_STAT_REG); in hns3vf_check_event_cause()
1065 rst_ing_reg = hns3_read_dev(hw, HNS3_FUN_RST_ING); in hns3vf_check_event_cause()
1069 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in hns3vf_check_event_cause()
2269 val = hns3_read_dev(hw, HNS3_VF_RST_ING); in is_vf_reset_done()
2273 val = hns3_read_dev(hw, HNS3_FUN_RST_ING); in is_vf_reset_done()
H A Dhns3_ethdev.h875 #define hns3_read_dev(a, reg) \ macro
H A Dhns3_intr.c1714 status = hns3_read_dev(hw, HNS3_RAS_PF_OTHER_INT_STS_REG); in hns3_handle_ras_error()
1861 reg_val = hns3_read_dev(hw, HNS3_CMDQ_TX_DEPTH_REG); in hns3_notify_reset_ready()
H A Dhns3_rxtx.c427 reg = hns3_read_dev(txq, HNS3_RING_TX_EN_REG); in hns3_enable_txq()
444 reg = hns3_read_dev(rxq, HNS3_RING_RX_EN_REG); in hns3_enable_rxq()
3916 fbd_num = hns3_read_dev(rxq, HNS3_RING_RX_FBDNUM_REG); in hns3_rx_queue_count()