Searched refs:FC_VPORT_NEEDS_INIT_VPI (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 439 set_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in lpfc_vport_create() 559 set_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in disable_vport() 581 if (test_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag)) { in enable_vport()
|
H A D | lpfc_hbadisc.c | 3224 clear_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in lpfc_init_vpi_cmpl() 3322 if (test_bit(FC_VPORT_NEEDS_INIT_VPI, in lpfc_start_fdiscs() 3383 clear_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in lpfc_mbx_cmpl_reg_vfi() 6773 set_bit(FC_VPORT_NEEDS_INIT_VPI, &vports[i]->fc_flag); in lpfc_unregister_fcf_prep() 6788 set_bit(FC_VPORT_NEEDS_INIT_VPI, &phba->pport->fc_flag); in lpfc_unregister_fcf_prep()
|
H A D | lpfc.h | 600 FC_VPORT_NEEDS_INIT_VPI, /* Need to INIT_VPI before FDISC */ enumerator
|
H A D | lpfc_els.c | 738 set_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in lpfc_cmpl_els_flogi_fabric() 4468 if (!test_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag)) in lpfc_els_retry_delay_handler() 11304 set_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag); in lpfc_cmpl_els_fdisc() 11318 if (test_bit(FC_VPORT_NEEDS_INIT_VPI, &vport->fc_flag)) in lpfc_cmpl_els_fdisc()
|