Home
last modified time | relevance | path

Searched refs:load_flag (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c411 set_bit(FC_ALLOW_FDMI, &vport->load_flag); in lpfc_vport_create()
540 if (test_bit(FC_UNLOADING, &vport->load_flag)) in disable_vport()
580 set_bit(FC_LOADING, &vport->load_flag); in enable_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()
795 if (test_bit(FC_UNLOADING, &port_iterator->load_flag)) in lpfc_create_vport_work_array()
H A Dlpfc_nvme.c97 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()
1566 if ((unlikely(test_bit(FC_UNLOADING, &vport->load_flag))) || in lpfc_nvme_fcp_io_submit()
1885 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_nvme_fcp_abort()
2264 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 Dlpfc_init.c896 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_hba_down_prep()
1232 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_rrq_timeout()
1267 !test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_hb_mbox_cmpl()
1294 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_idle_stat_delay_work()
1356 test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_hb_eq_delay_work()
1532 test_bit(FC_UNLOADING, &phba->pport->load_flag) || in lpfc_hb_timeout_handler()
1732 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_handle_deferred_eratt()
1743 if (!phba->work_hs && !test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_handle_deferred_eratt()
3085 if (test_bit(FC_UNLOADING, &vport->load_flag) && in lpfc_cleanup()
3413 if (test_bit(FC_UNLOADING, &vports[i]->load_flag)) in lpfc_sli4_node_rpi_restore()
[all …]
H A Dlpfc_hbadisc.c181 vport->load_flag, kref_read(&ndlp->kref), in lpfc_dev_loss_tmo_callbk()
185 if (test_bit(FC_UNLOADING, &vport->load_flag) || in lpfc_dev_loss_tmo_callbk()
299 vport->load_flag, kref_read(&ndlp->kref)); in lpfc_dev_loss_tmo_callbk()
928 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_work_list_done()
1383 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_linkup_port()
3931 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_mbx_cmpl_unreg_vpi()
3946 if (test_bit(FC_UNLOADING, &vport->load_flag) && vport != phba->pport) in lpfc_mbx_cmpl_unreg_vpi()
4497 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_register_remote_port()
5219 !test_bit(FC_UNLOADING, &vport->load_flag) && in lpfc_set_unreg_login_mbx_cmpl()
5323 if (!test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_unreg_rpi()
[all …]
H A Dlpfc_nvmet.c875 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()
1322 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_nvmet_ls_req()
1358 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_nvmet_ls_abort()
H A Dlpfc_ct.c301 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()
3617 &vport->load_flag); in lpfc_cmpl_ct_cmd_vmid()
3673 set_bit(FC_ALLOW_VMID, &vport->load_flag); in lpfc_cmpl_ct_cmd_vmid()
H A Dlpfc_nportdisc.c269 if (retval && test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_els_abort()
886 if (!test_bit(FC_UNLOADING, &vport->load_flag) && in lpfc_rcv_logo()
1160 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag) && in lpfc_disc_illegal()
1575 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag) && in lpfc_cmpl_reglogin_plogi_issue()
H A Dlpfc_els.c5063 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_retry()
8019 if (test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_rscn_recovery_check()
8336 if (test_bit(FC_UNLOADING, &vport->load_flag)) { in lpfc_els_handle_rscn()
9559 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
9563 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
9599 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_els_timeout_handler()
9675 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_els_timeout_handler()
10482 if (test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_unsol_buffer()
10894 if (vport && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_unsol_buffer()
11091 test_bit(FC_ALLOW_FDMI, &vport->load_flag)) in lpfc_do_scr_ns_plogi()
[all …]
H A Dlpfc_sli.c1041 (!test_bit(FC_UNLOADING, &phba->pport->load_flag))) in lpfc_handle_rrq_active()
1184 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_set_rrq_active()
1190 if (ndlp->vport && test_bit(FC_UNLOADING, &ndlp->vport->load_flag)) in lpfc_set_rrq_active()
1738 if (!test_bit(FC_UNLOADING, &piocb->vport->load_flag)) in lpfc_sli_ringtxcmpl_put()
2870 if (!test_bit(FC_UNLOADING, &phba->pport->load_flag) && in lpfc_sli_def_mbox_cmpl()
2892 !test_bit(FC_UNLOADING, &phba->pport->load_flag) && in lpfc_sli_def_mbox_cmpl()
2918 ndlp, vport->load_flag, kref_read(&ndlp->kref)); in lpfc_sli_def_mbox_cmpl()
3228 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) { in lpfc_nvme_unsol_ls_handler()
3931 if (test_bit(FC_UNLOADING, &phba->pport->load_flag)) in lpfc_poll_eratt()
4692 phba->pport->load_flag, in lpfc_sli_flush_io_rings()
[all …]
H A Dlpfc.h693 unsigned long load_flag; member