Searched refs:UNLOADING (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_os.c | 884 if (unlikely(test_bit(UNLOADING, &base_vha->dpc_flags)) || in qla2xxx_queuecommand() 1199 if (test_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_wait_for_hba_ready() 2839 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla2xxx_scan_finished() 2868 if (test_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_iocb_work_fn() 3622 if (test_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_probe_one() 3905 if (test_and_set_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_remove_one() 5139 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_alloc_work() 6830 if (test_and_set_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_disable_board_on_pci_error() 6929 if (test_bit(UNLOADING, &base_vha->dpc_flags)) in qla2x00_do_dpc() 6989 if (!test_bit(UNLOADING, in qla2x00_do_dpc() [all …]
|
D | qla_attr.c | 2757 if (test_bit(UNLOADING, &fcport->vha->dpc_flags)) in qla2x00_terminate_rport_io() 2841 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_get_fc_host_stats()
|
D | qla_init.c | 306 if (!test_bit(UNLOADING, &vha->dpc_flags)) { in qla2x00_async_login_sp_done() 464 if (!test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_async_prlo_sp_done() 1279 if (!test_bit(UNLOADING, &vha->dpc_flags)) { in qla2x00_async_prli_sp_done() 1949 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla24xx_handle_relogin_event() 2224 if (!test_bit(UNLOADING, &vha->dpc_flags) && !IS_QLAFX00(vha->hw)) { in __qla2x00_async_tm_cmd()
|
D | qla_mr.c | 1471 (!test_bit(UNLOADING, &vha->dpc_flags)) && in qlafx00_timer_routine()
|
D | qla_bsg.c | 2344 if (test_bit(UNLOADING, &vha->dpc_flags)) in qla2x00_get_priv_stats()
|
D | qla_def.h | 4965 #define UNLOADING 15 macro
|
D | qla_gs.c | 3970 test_bit(UNLOADING, &vha->dpc_flags)) in qla24xx_post_gfpnid_work()
|
D | qla_target.c | 1101 if (!test_bit(UNLOADING, &vha->dpc_flags)) in qlt_free_session_done()
|
D | qla_mbx.c | 140 test_bit(UNLOADING, &base_vha->dpc_flags)) { in qla2x00_mailbox_command()
|