Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c94 vpi = find_next_zero_bit(phba->vpi_bmask, (phba->max_vpi + 1), 1); in lpfc_alloc_vpi()
95 if (vpi > phba->max_vpi) in lpfc_alloc_vpi()
328 phba->max_vpi); in lpfc_vport_create()
H A Dlpfc_attr.c2278 u16 rsrc_ext_cnt, rsrc_ext_size, max_vpi; in lpfc_get_hba_info() local
2324 max_vpi = max_cfg_param->max_vpi; in lpfc_get_hba_info()
2327 if (max_vpi > LPFC_MAX_VPI) in lpfc_get_hba_info()
2328 max_vpi = LPFC_MAX_VPI; in lpfc_get_hba_info()
2329 *mvpi = max_vpi; in lpfc_get_hba_info()
2365 max_vpi = rsrc_ext_cnt * rsrc_ext_size; in lpfc_get_hba_info()
2368 if (max_vpi > LPFC_MAX_VPI) in lpfc_get_hba_info()
2369 max_vpi = LPFC_MAX_VPI; in lpfc_get_hba_info()
2370 *mvpi = max_vpi; in lpfc_get_hba_info()
2383 *mvpi = pmb->un.varRdConfig.max_vpi; in lpfc_get_hba_info()
[all …]
H A Dlpfc_mbox.c1355 if (phba->max_vpi && phba->cfg_enable_npiv && in lpfc_config_port()
1357 mb->un.varCfgPort.max_vpi = LPFC_MAX_VPI; in lpfc_config_port()
1360 mb->un.varCfgPort.max_vpi = phba->max_vpi = 0; in lpfc_config_port()
2150 if (phba->max_vpi && phba->cfg_enable_npiv) in lpfc_request_features()
H A Dlpfc_hw.h2669 uint32_t max_vpi; member
3571 uint32_t max_vpi : 16; /* Max number of virt N-Ports */ member
3573 uint32_t max_vpi : 16; /* Max number of virt N-Ports */ member
H A Dlpfc_init.c478 fc_host_max_npiv_vports(shost) = phba->max_vpi; in lpfc_config_port_post()
5043 fc_host_max_npiv_vports(shost) = phba->max_vpi; in lpfc_host_attrib_init()
7831 phba->max_vpi = LPFC_MAX_VPI; in lpfc_sli_driver_resource_setup()
7974 phba->max_vpi = LPFC_MAX_VPI; in lpfc_sli4_driver_resource_setup()
9969 phba->sli4_hba.max_cfg_param.max_vpi = in lpfc_sli4_read_config()
9972 if (phba->sli4_hba.max_cfg_param.max_vpi > LPFC_MAX_VPORTS) in lpfc_sli4_read_config()
9973 phba->sli4_hba.max_cfg_param.max_vpi = LPFC_MAX_VPORTS; in lpfc_sli4_read_config()
9998 phba->max_vpi = (phba->sli4_hba.max_cfg_param.max_vpi > 0) ? in lpfc_sli4_read_config()
9999 (phba->sli4_hba.max_cfg_param.max_vpi - 1) : 0; in lpfc_sli4_read_config()
10000 phba->max_vports = phba->max_vpi; in lpfc_sli4_read_config()
[all …]
H A Dlpfc_hbadisc.c3323 if (vports[i]->vpi > phba->max_vpi) { in lpfc_start_fdiscs()
3547 if (phba->cfg_enable_npiv && phba->max_vpi) in lpfc_mbx_process_link_up()
3597 if (phba->max_vpi && phba->cfg_enable_npiv && in lpfc_mbx_process_link_up()
6472 for (i = 0; i <= phba->max_vpi; i++) { in lpfc_find_vport_by_vpid()
6477 if (i > phba->max_vpi) { in lpfc_find_vport_by_vpid()
H A Dlpfc_sli.c5663 if (phba->max_vpi && pmb->u.mb.un.varCfgPort.gmv) { in lpfc_sli_config_port()
5665 phba->max_vpi = pmb->u.mb.un.varCfgPort.max_vpi; in lpfc_sli_config_port()
5666 phba->max_vports = (phba->max_vpi > phba->max_vports) ? in lpfc_sli_config_port()
5667 phba->max_vpi : phba->max_vports; in lpfc_sli_config_port()
5670 phba->max_vpi = 0; in lpfc_sli_config_port()
5691 phba->max_vpi = 0; in lpfc_sli_config_port()
5739 phba->sli_rev, phba->max_vpi); in lpfc_sli_hba_setup()
5753 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup()
5762 phba->vpi_ids = kcalloc(phba->max_vpi + 1, in lpfc_sli_hba_setup()
5770 for (i = 0; i < phba->max_vpi; i++) in lpfc_sli_hba_setup()
[all …]
H A Dlpfc.h1311 uint16_t max_vpi; /* Maximum virtual nports */ member
H A Dlpfc_bsg.c1681 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) { in lpfc_bsg_diag_mode_enter()
1723 for (i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) { in lpfc_bsg_diag_mode_exit()
H A Dlpfc_els.c1363 sp->aux.npiv_cnt = cpu_to_be16(phba->max_vpi - 1); in lpfc_issue_els_flogi()