Home
last modified time | relevance | path

Searched refs:fw_state (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/lmrc/
H A Dlmrc.c885 if (fw_state == LMRC_FW_STATE_FAULT) in lmrc_check_fw_fault()
987 fw_state = LMRC_FW_STATE(status); in lmrc_reset_ctrl()
1006 fw_state = LMRC_FW_STATE(status); in lmrc_reset_ctrl()
1008 if (fw_state <= LMRC_FW_STATE_FW_INIT) in lmrc_reset_ctrl()
1015 fw_state); in lmrc_reset_ctrl()
1256 uint32_t fw_state; in lmrc_transition_to_ready() local
1261 fw_state = LMRC_FW_STATE(status); in lmrc_transition_to_ready()
1265 switch (fw_state) { in lmrc_transition_to_ready()
1302 fw_state); in lmrc_transition_to_ready()
1323 fw_state, max_wait); in lmrc_transition_to_ready()
[all …]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3783 uint32_t fw_state; in mfi_state_transition_to_ready() local
3791 fw_state = in mfi_state_transition_to_ready()
3800 switch (fw_state) { in mfi_state_transition_to_ready()
3919 if (fw_state == cur_state) { in mfi_state_transition_to_ready()
3932 if (fw_state == cur_state) { in mfi_state_transition_to_ready()
4391 uint32_t fw_state; in mrsas_initiate_ocr_if_fw_is_faulty() local
4395 if (fw_state == MFI_STATE_FAULT) { in mrsas_initiate_ocr_if_fw_is_faulty()
6934 uint32_t fw_state; in mrsas_reset_ppc() local
7000 "FW state = 0x%x", fw_state)); in mrsas_reset_ppc()
7002 fw_state = MFI_STATE_FAULT; in mrsas_reset_ppc()
[all …]
H A Dmr_sas_tbolt.c3196 uint32_t fw_state; in mrsas_tbolt_reset_ppc() local
3289 fw_state = cur_abs_reg_val & MFI_STATE_MASK; in mrsas_tbolt_reset_ppc()
3293 "FW state = 0x%x", fw_state)); in mrsas_tbolt_reset_ppc()
3295 fw_state = MFI_STATE_FAULT; in mrsas_tbolt_reset_ppc()
3299 "FW state = 0x%x", fw_state)); in mrsas_tbolt_reset_ppc()
3301 if (fw_state == MFI_STATE_FAULT) { in mrsas_tbolt_reset_ppc()
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2350 uint32_t fw_state; in mfi_state_transition_to_ready() local
2353 fw_state = in mfi_state_transition_to_ready()
2356 "mfi_state_transition_to_ready:FW state = 0x%x", fw_state)); in mfi_state_transition_to_ready()
2358 while (fw_state != MFI_STATE_READY) { in mfi_state_transition_to_ready()
2360 "mfi_state_transition_to_ready:FW state%x", fw_state)); in mfi_state_transition_to_ready()
2362 switch (fw_state) { in mfi_state_transition_to_ready()
2435 "megasas: Unknown state 0x%x\n", fw_state)); in mfi_state_transition_to_ready()
2442 fw_state = in mfi_state_transition_to_ready()
2446 if (fw_state == cur_state) { in mfi_state_transition_to_ready()
2454 if (fw_state == cur_state) { in mfi_state_transition_to_ready()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c3635 ha->fw_state[0] = mcp->mb[0]; in ql_get_firmware_state()
3636 ha->fw_state[1] = mcp->mb[1]; in ql_get_firmware_state()
3637 ha->fw_state[2] = mcp->mb[2]; in ql_get_firmware_state()
3638 ha->fw_state[3] = mcp->mb[3]; in ql_get_firmware_state()
3639 ha->fw_state[4] = mcp->mb[4]; in ql_get_firmware_state()
3640 ha->fw_state[5] = mcp->mb[5]; in ql_get_firmware_state()
3641 ha->fw_state[6] = mcp->mb[6]; in ql_get_firmware_state()
H A Dql_xioctl.c1093 tmp_port.LinkState1 = ha->fw_state[1]; in ql_qry_hba_port()
1095 tmp_port.LinkState3 = ha->fw_state[3]; in ql_qry_hba_port()
1096 tmp_port.LinkState6 = ha->fw_state[6]; in ql_qry_hba_port()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_entity.h808 u32 fw_state; member
H A Dcudbg_lib.c694 swstate->fw_state = t4_read_reg(padap, A_PCIE_FW); in collect_sw_state()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c852 u32 fw_state; in view_sw_state() local
860 fw_state = swstate->fw_state; in view_sw_state()
865 if (fw_state & F_PCIE_FW_ERR && G_PCIE_FW_EVAL(fw_state) == in view_sw_state()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1398 uint32_t fw_state; /* MPI state */ member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1781 uint16_t fw_state[7]; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c1076 (void) ql_get_fw_state(qlge, &prop_ptr->fw_state); in ql_chip_ioctl()