Searched refs:FC_UNLOADING (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 540 if (test_bit(FC_UNLOADING, &vport->load_flag)) in disable_vport() 639 !test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_vport_delete() 646 set_bit(FC_UNLOADING, &vport->load_flag); in lpfc_vport_delete() 652 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_vport_delete() 744 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_vport_delete() 759 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_vport_delete() 796 if (test_bit(FC_UNLOADING, &port_iterator->load_flag)) in lpfc_create_vport_work_array()
|
H A D | lpfc_nvme.c | 97 if (!vport || test_bit(FC_UNLOADING, &vport->load_flag) || in lpfc_nvme_create_queue() 677 if (test_bit(FC_UNLOADING, &vport->load_flag) || in lpfc_nvme_ls_req() 768 if (test_bit(FC_UNLOADING, &axchg->phba->pport->load_flag)) in lpfc_nvme_xmt_ls_rsp() 813 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_nvme_ls_abort() 1570 if ((unlikely(test_bit(FC_UNLOADING, &vport->load_flag))) || in lpfc_nvme_fcp_io_submit() 1889 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_nvme_fcp_abort() 2268 test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_nvme_lport_unreg_wait() 2630 if (test_bit(FC_UNLOADING, &vport->load_flag) || in lpfc_nvme_unregister_port() 2649 if (test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_nvme_unregister_port()
|
H A D | lpfc_nvmet.c | 875 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in __lpfc_nvme_xmt_ls_rsp() 987 if (test_bit(FC_UNLOADING, &axchg->phba->pport->load_flag)) in lpfc_nvmet_xmt_ls_rsp() 1025 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_nvmet_xmt_fcp_op() 1148 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_nvmet_xmt_fcp_abort() 1320 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_nvmet_ls_req() 1356 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_nvmet_ls_abort()
|
H A D | lpfc_hbadisc.c | 185 if (test_bit(FC_UNLOADING, &vport->load_flag) || in lpfc_dev_loss_tmo_callbk() 918 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_work_list_done() 1369 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_linkup_port() 3922 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_mbx_cmpl_unreg_vpi() 3937 if (test_bit(FC_UNLOADING, &vport->load_flag) && vport != phba->pport) in lpfc_mbx_cmpl_unreg_vpi() 4486 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_register_remote_port() 5210 !test_bit(FC_UNLOADING, &vport->load_flag) && in lpfc_set_unreg_login_mbx_cmpl() 5314 if (!test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_unreg_rpi() 6872 if (test_bit(FC_UNLOADING, &phba->pport->load_flag) || in lpfc_unregister_fcf_rescan()
|
H A D | lpfc_els.c | 4934 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_retry() 8174 if (test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_els_handle_rscn() 9396 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout() 9400 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout() 9436 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_els_timeout_handler() 9512 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_els_timeout_handler() 10322 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_unsol_buffer() 10737 if (vport && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_unsol_buffer() 11957 if (test_bit(FC_UNLOADING, &vport->load_flag) && in lpfc_sli4_vport_delete_els_xri_aborted()
|
H A D | lpfc_ct.c | 301 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_ct_handle_mibreq() 942 if (vport == phba->pport && test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_cmpl_ct_cmd_gid_ft() 1158 if (vport == phba->pport && test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_cmpl_ct_cmd_gid_pt()
|
H A D | lpfc.h | 609 FC_UNLOADING, /* HBA in process of unloading drvr */ enumerator
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 294 * Removed check of FC_UNLOADING flag in lpfc_queuecommand to 296 * Move modification of FC_UNLOADING flag under host_lock.
|