Home
last modified time | relevance | path

Searched refs:FC_VPORT_NEEDS_INIT_VPI (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_vport.c416 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_vport_create()
506 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in disable_vport()
Dlpfc.h334 #define FC_VPORT_NEEDS_INIT_VPI 0x200000 /* Need to INIT_VPI before FDISC */ macro
Dlpfc_hbadisc.c2788 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; in lpfc_init_vpi_cmpl()
2888 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { in lpfc_start_fdiscs()
2951 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; in lpfc_mbx_cmpl_reg_vfi()
6024 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_unregister_fcf_prep()
6039 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_unregister_fcf_prep()
Dlpfc_els.c750 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_cmpl_els_flogi_fabric()
3084 if (!(vport->fc_flag & FC_VPORT_NEEDS_INIT_VPI)) in lpfc_els_retry_delay_handler()
7567 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_cmpl_els_fdisc()
7581 if (vport->fc_flag & FC_VPORT_NEEDS_INIT_VPI) in lpfc_cmpl_els_fdisc()
Dlpfc_init.c2860 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_online()