Searched refs:qla_initiate_recovery (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/qlxge/ |
H A D | qls_isr.c | 50 ha->qla_initiate_recovery = 1; in qls_tx_comp() 153 ha->qla_initiate_recovery = 1; in qls_rx_comp()
|
H A D | qls_def.h | 259 volatile uint32_t qla_initiate_recovery; member
|
H A D | qls_hw.c | 227 ha->qla_initiate_recovery = 1; in qls_wait_for_mac_proto_idx_ready() 366 ha->qla_initiate_recovery = 1; in qls_wait_for_route_idx_ready() 967 ha->qla_initiate_recovery = 1; in qls_wait_for_config_reg_bits() 1897 ha->qla_initiate_recovery = 1; in qls_sem_lock() 1928 ha->qla_initiate_recovery = 1; in qls_wait_for_proc_addr_ready() 2233 ha->qla_initiate_recovery = 1; in qls_mbx_cmd()
|
H A D | qls_os.c | 298 if (ha->qla_initiate_recovery) { in qls_watchdog() 300 ha->qla_initiate_recovery = 0; in qls_watchdog()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_def.h | 145 volatile uint32_t qla_initiate_recovery; member
|
H A D | ql_os.c | 270 (ql_hw_check_health(ha) || ha->qla_initiate_recovery || in qla_watchdog() 1022 if (ha->offline || ha->qla_initiate_recovery) in qla_ioctl() 2044 ha->qla_initiate_recovery = 1; in qla_set_error_recovery() 2167 ha->qla_initiate_recovery = 0; in qla_error_recovery()
|
H A D | ql_hw.c | 1386 if (ha->offline || ha->qla_initiate_recovery) { in qla_mbx_cmd() 1387 ql_sp_log(ha, 1, 2, ha->offline, ha->qla_initiate_recovery, 0, 0, 0); in qla_mbx_cmd() 1407 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1408 ql_sp_log(ha, 2, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd() 1442 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1443 ql_sp_log(ha, 4, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd() 1472 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1473 ql_sp_log(ha, 6, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd()
|
H A D | ql_misc.c | 778 if (!cold || (val != 0xFF01) || ha->qla_initiate_recovery) { in ql_init_hw()
|