Home
last modified time | relevance | path

Searched refs:VPIExtSize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1067 hba->sli.sli4.VPIExtSize = hba->sli.sli4.VPICount; in emlxs_sli4_online()
9863 hba->sli.sli4.VPIExtSize = ep->params.response.ExtentSize; in emlxs_sli4_init_extents()
9885 hba->sli.sli4.VPIExtSize; in emlxs_sli4_init_extents()
9889 hba->sli.sli4.VPIExtSize, in emlxs_sli4_init_extents()
10021 i = index / hba->sli.sli4.VPIExtSize; in emlxs_sli4_index_to_vpi()
10022 j = index % hba->sli.sli4.VPIExtSize; in emlxs_sli4_index_to_vpi()
10040 hi = lo + hba->sli.sli4.VPIExtSize; in emlxs_sli4_vpi_to_index()
10043 index = (i * hba->sli.sli4.VPIExtSize) + (vpi - lo); in emlxs_sli4_vpi_to_index()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1640 uint16_t VPIExtSize; member