Searched refs:hns3_read_dev (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_regs.c | 264 *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 D | hns3_cmd.c | 200 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 D | hns3_mbx.c | 198 uint32_t tail = hns3_read_dev(hw, HNS3_CMDQ_RX_TAIL_REG); in hns3_cmd_crq_empty()
|
| H A D | hns3_stats.c | 665 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 D | hns3_ethdev.c | 128 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 D | hns3_ethdev_vf.c | 1062 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 D | hns3_ethdev.h | 875 #define hns3_read_dev(a, reg) \ macro
|
| H A D | hns3_intr.c | 1714 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 D | hns3_rxtx.c | 427 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()
|