Lines Matching refs:max_vpi
4566 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) { in lpfc_sli_config_port()
4568 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi; in lpfc_sli_config_port()
4569 phba->max_vports = (phba->max_vpi > phba->max_vports) ? in lpfc_sli_config_port()
4570 phba->max_vpi : phba->max_vports; in lpfc_sli_config_port()
4573 phba->max_vpi = 0; in lpfc_sli_config_port()
4610 phba->max_vpi = 0; in lpfc_sli_config_port()
4701 phba->sli_rev, phba->max_vpi); in lpfc_sli_hba_setup()
4715 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup()
4724 (phba->max_vpi+1) * sizeof(uint16_t), in lpfc_sli_hba_setup()
4731 for (i = 0; i < phba->max_vpi; i++) in lpfc_sli_hba_setup()
5792 count = phba->sli4_hba.max_cfg_param.max_vpi; in lpfc_sli4_alloc_resource_identifiers()
6422 if (phba->max_vpi && phba->cfg_enable_npiv && in lpfc_sli4_hba_setup()
6431 phba->cfg_enable_npiv, phba->max_vpi); in lpfc_sli4_hba_setup()
14737 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) { in lpfc_fc_frame_to_vport()