Searched refs:qla_initiate_recovery (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/dev/qlxge/ |
| D | qls_isr.c | 53 ha->qla_initiate_recovery = 1; in qls_tx_comp() 155 ha->qla_initiate_recovery = 1; in qls_rx_comp()
|
| D | qls_hw.c | 233 ha->qla_initiate_recovery = 1; in qls_wait_for_mac_proto_idx_ready() 372 ha->qla_initiate_recovery = 1; in qls_wait_for_route_idx_ready() 981 ha->qla_initiate_recovery = 1; in qls_wait_for_config_reg_bits() 1926 ha->qla_initiate_recovery = 1; in qls_sem_lock() 1958 ha->qla_initiate_recovery = 1; in qls_wait_for_proc_addr_ready() 2269 ha->qla_initiate_recovery = 1; in qls_mbx_cmd()
|
| D | qls_def.h | 262 volatile uint32_t qla_initiate_recovery; member
|
| D | qls_os.c | 305 if (ha->qla_initiate_recovery) { in qls_watchdog() 308 ha->qla_initiate_recovery = 0; in qls_watchdog()
|
| /freebsd-9-stable/sys/dev/qlxgbe/ |
| D | ql_def.h | 145 volatile uint32_t qla_initiate_recovery; member
|
| D | ql_os.c | 277 (ql_hw_check_health(ha) || ha->qla_initiate_recovery || in qla_watchdog() 1048 if (ha->offline || ha->qla_initiate_recovery) in qla_ioctl() 2118 ha->qla_initiate_recovery = 1; in qla_set_error_recovery() 2244 ha->qla_initiate_recovery = 0; in qla_error_recovery()
|
| D | ql_hw.c | 1399 if (ha->offline || ha->qla_initiate_recovery) { in qla_mbx_cmd() 1400 ql_sp_log(ha, 1, 2, ha->offline, ha->qla_initiate_recovery, 0, 0, 0); in qla_mbx_cmd() 1421 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1422 ql_sp_log(ha, 2, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd() 1458 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1459 ql_sp_log(ha, 4, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd() 1489 if (ha->qla_initiate_recovery) { in qla_mbx_cmd() 1490 ql_sp_log(ha, 6, 1, ha->qla_initiate_recovery, 0, 0, 0, 0); in qla_mbx_cmd()
|
| D | ql_misc.c | 782 if (!cold || (val != 0xFF01) || ha->qla_initiate_recovery) { in ql_init_hw()
|