Home
last modified time | relevance | path

Searched refs:bnxt_read_fw_status_reg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c40 val = bnxt_read_fw_status_reg(bp, BNXT_FW_STATUS_REG); in bnxt_wait_for_device_shutdown()
187 bnxt_read_fw_status_reg(bp, BNXT_FW_HEARTBEAT_CNT_REG); in bnxt_handle_async_event()
189 bnxt_read_fw_status_reg(bp, BNXT_FW_RECOVERY_CNT_REG); in bnxt_handle_async_event()
H A Dbnxt.h884 uint32_t bnxt_read_fw_status_reg(struct bnxt *bp, uint32_t index);
H A Dbnxt_ethdev.c3820 uint32_t bnxt_read_fw_status_reg(struct bnxt *bp, uint32_t index) in bnxt_read_fw_status_reg() function
3916 val = bnxt_read_fw_status_reg(bp, BNXT_FW_HEARTBEAT_CNT_REG); in bnxt_check_fw_health()
3922 val = bnxt_read_fw_status_reg(bp, BNXT_FW_RECOVERY_CNT_REG); in bnxt_check_fw_health()
4606 fw_status = bnxt_read_fw_status_reg(bp, BNXT_FW_STATUS_REG); in bnxt_check_fw_status()