Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_vport.c438 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_vport_create()
561 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in disable_vport()
587 if (vport->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { in enable_vport()
Dlpfc_hbadisc.c3232 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; in lpfc_init_vpi_cmpl()
3331 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { in lpfc_start_fdiscs()
3393 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; in lpfc_mbx_cmpl_reg_vfi()
6883 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_unregister_fcf_prep()
6898 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_unregister_fcf_prep()
Dlpfc.h575 #define FC_VPORT_NEEDS_INIT_VPI 0x200000 /* Need to INIT_VPI before FDISC */ macro
Dlpfc_els.c748 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_cmpl_els_flogi_fabric()
4519 if (!(vport->fc_flag & FC_VPORT_NEEDS_INIT_VPI)) in lpfc_els_retry_delay_handler()
11381 vport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_cmpl_els_fdisc()
11396 if (vport->fc_flag & FC_VPORT_NEEDS_INIT_VPI) in lpfc_cmpl_els_fdisc()
Dlpfc_init.c3747 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; in lpfc_online()