Searched refs:UNLOADING (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_os.c | 3110 set_bit(UNLOADING, &base_vha->dpc_flags); in qla2x00_remove_one() 4741 set_bit(UNLOADING, &base_vha->dpc_flags); in qla2x00_disable_board_on_pci_error() 4893 if (!test_bit(UNLOADING, in qla2x00_do_dpc() 4909 if (!test_bit(UNLOADING, in qla2x00_do_dpc() 5093 if (!test_bit(UNLOADING, &vha->dpc_flags) && t) in qla2xxx_wake_dpc()
|
D | qla_init.c | 130 if (!test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_async_login_sp_done() 183 if (!test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_async_logout_sp_done() 231 if (!test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_async_adisc_sp_done() 336 if (!test_bit(UNLOADING, &vha->dpc_flags) && !IS_QLAFX00(vha->hw)) { in qla2x00_async_tm_cmd()
|
D | qla_attr.c | 1853 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_get_fc_host_stats()
|
D | qla_def.h | 3529 #define UNLOADING 15 macro
|
D | qla_mr.c | 1492 (!test_bit(UNLOADING, &vha->dpc_flags)) && in qlafx00_timer_routine()
|