Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h319 uint32_t vpi_high; member
H A Demlxs_fc.h2096 uint32_t vpi_high; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3122 if (dfc_vport->vpi >= hba->vpi_high) { in emlxs_dfc_create_vport()
3123 hba->vpi_high = dfc_vport->vpi; in emlxs_dfc_create_vport()
3896 hbainfo->vpi_high = hba->vpi_high; in emlxs_dfc_get_hbainfo()
H A Demlxs_solaris.c1482 (bind_info->port_num > hba->vpi_high)) in emlxs_fca_bind_port()
11756 if (vpi > hba->vpi_high) { in emlxs_read_vport_prop()
11757 hba->vpi_high = vpi; in emlxs_read_vport_prop()
H A Demlxs_fct.c904 for (vpi = 1; vpi <= hba->vpi_high; vpi++) { in emlxs_fct_attach()