Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h319 uint32_t vpi_high; member
H A Demlxs_fc.h2062 uint32_t vpi_high; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3071 if (dfc_vport->vpi >= hba->vpi_high) { in emlxs_dfc_create_vport()
3072 hba->vpi_high = dfc_vport->vpi; in emlxs_dfc_create_vport()
3847 hbainfo->vpi_high = hba->vpi_high; in emlxs_dfc_get_hbainfo()
H A Demlxs_solaris.c1481 (bind_info->port_num > hba->vpi_high)) in emlxs_fca_bind_port()
11733 if (vpi > hba->vpi_high) { in emlxs_read_vport_prop()
11734 hba->vpi_high = vpi; in emlxs_read_vport_prop()
H A Demlxs_fct.c901 for (vpi = 1; vpi <= hba->vpi_high; vpi++) {