Home
last modified time | relevance | path

Searched refs:first_port (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c52 hba_port = hba_ptr->first_port; in free_hba_port()
87 hba_ptr->first_port = NULL; in free_hba_port()
297 if (hba_ptr->first_port == NULL) { in add_hba_port_info()
299 hba_ptr->first_port = port_ptr; in add_hba_port_info()
301 port_ptr->index = hba_ptr->first_port->index + 1; in add_hba_port_info()
302 port_ptr->next = hba_ptr->first_port; in add_hba_port_info()
303 hba_ptr->first_port = port_ptr; in add_hba_port_info()
348 S_FREE(hba_ptr->first_port); in refresh_hba()
564 S_FREE(new_hba->first_port); in devtree_get_one_hba()
H A DSun_sasGetNumberOfPorts.c59 if (hba_ptr->first_port == NULL) { in Sun_sasGetNumberOfPorts()
69 for (count = 0, hba_port_ptr = hba_ptr->first_port; in Sun_sasGetNumberOfPorts()
H A DSun_sasGetPortType.c62 if (hba_ptr->first_port == NULL) { in Sun_sasGetPortType()
78 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetPortType()
H A DSun_sasGetAdapterPortAttributes.c71 if (hba_ptr->first_port == NULL) { in Sun_sasGetAdapterPortAttributes()
84 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetAdapterPortAttributes()
H A DSun_sasGetDiscoveredPortAttributes.c76 if (hba_ptr->first_port == NULL) { in Sun_sasGetDiscoveredPortAttributes()
90 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetDiscoveredPortAttributes()
H A DSun_sasGetPortAttributesByWWN.c75 if (hba_ptr->first_port == NULL) { in Sun_sasGetPortAttributesByWWN()
92 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetPortAttributesByWWN()
H A Dsun_sas.c347 if (hba_ptr->first_port == NULL) { in getFirstAdapterPortWWN()
363 pwwn = hba_ptr->first_port->port_attributes.PortSpecificAttribute.\ in getFirstAdapterPortWWN()
H A DSun_sasGetSASPhyAttributes.c62 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetSASPhyAttributes()
H A DSun_sasFreeLibrary.c86 hba_port = hba_ptr->first_port; in FreeHBA()
H A DSun_sasGetTargetMapping.c78 for (hba_port_ptr = hba_ptr->first_port; hba_port_ptr != NULL; in Sun_sasGetTargetMapping()
H A Devent.c96 for (hba_port_ptr = hba_ptr->first_port; in updateMatchingPhy()
H A DSun_sasSendSMPPassThru.c152 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasSendSMPPassThru()
H A DSun_sasScsiReportLUNs.c128 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasScsiReportLUNs()
H A DSun_sasGetPhyStatistics.c87 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasGetPhyStatistics()
H A DSun_sasScsiReadCapacity.c135 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasScsiReadCapacity()
H A DSun_sasScsiInquiry.c150 for (hba_port_ptr = hba_ptr->first_port; in Sun_sasScsiInquiry()
H A Dsun_sas.h136 struct sun_sas_port *first_port; member
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h358 uint32_t first_port; /* first port int range */ member