Searched refs:sun_sas_port (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c64 struct sun_sas_port *hba_port = NULL;
65 struct sun_sas_port *last_hba_port = NULL;
66 struct sun_sas_port *tgt_port = NULL;
67 struct sun_sas_port *last_tgt_port = NULL;
H A DSun_sasGetNumberOfPorts.c40 struct sun_sas_port *hba_port_ptr;
H A Dsun_sas.h136 struct sun_sas_port *first_port;
153 struct sun_sas_port { struct
165 struct sun_sas_port *first_attached_port; /* Only for HBA port */
167 struct sun_sas_port *next;
265 extern HBA_STATUS devtree_attached_devices(di_node_t, struct sun_sas_port *);
284 extern void fillDomainPortWWN(struct sun_sas_port *);
285 extern HBA_STATUS get_phy_info(di_node_t, struct sun_sas_port *);
288 extern HBA_STATUS validateDomainAddress(struct sun_sas_port *, HBA_WWN);
H A DSun_sasGetPortType.c40 struct sun_sas_port *hba_port_ptr;
H A DSun_sasGetSASPhyAttributes.c38 struct sun_sas_port *hba_port_ptr;
H A Ddevtree_device_disco.c85 free_attached_port(struct sun_sas_port *port_ptr)
87 struct sun_sas_port *tgt_port, *last_tgt_port;
116 fillDomainPortWWN(struct sun_sas_port *port_ptr)
119 struct sun_sas_port *disco_port_ptr;
217 get_attached_devices_info(di_node_t node, struct sun_sas_port *port_ptr)
233 struct sun_sas_port *disco_port_ptr;
408 if ((disco_port_ptr = (struct sun_sas_port *)calloc(1,
409 sizeof (struct sun_sas_port))) == NULL) {
639 get_attached_paths_info(di_path_t path, struct sun_sas_port *port_ptr)
656 struct sun_sas_port *disco_port_pt
[all...]
H A Ddevtree_phy_disco.c49 free_phy_info(struct sun_sas_port *port_ptr)
71 get_phy_info(di_node_t node, struct sun_sas_port *port_ptr)
H A DSun_sasGetAdapterPortAttributes.c38 struct sun_sas_port *hba_port_ptr;
H A Ddevtree_hba_disco.c37 struct sun_sas_port *hba_port = NULL;
38 struct sun_sas_port *last_hba_port = NULL;
39 struct sun_sas_port *tgt_port = NULL;
40 struct sun_sas_port *last_tgt_port = NULL;
92 struct sun_sas_port *port_ptr;
108 if ((port_ptr = (struct sun_sas_port *)calloc(1,
109 sizeof (struct sun_sas_port))) == NULL) {
H A DSun_sasGetDiscoveredPortAttributes.c41 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A DSun_sasGetTargetMapping.c42 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A DSun_sasGetPortAttributesByWWN.c39 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A DSun_sasScsiReportLUNs.c77 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A DSun_sasSendSMPPassThru.c96 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A Devent.c83 struct sun_sas_port *hba_port_ptr;
H A DSun_sasGetPhyStatistics.c38 struct sun_sas_port *hba_port_ptr;
H A DSun_sasScsiInquiry.c81 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A DSun_sasScsiReadCapacity.c77 struct sun_sas_port *hba_port_ptr, *hba_disco_port;
H A Dsun_sas.c422 validateDomainAddress(struct sun_sas_port *hba_port_ptr, HBA_WWN DomainAddr)

Completed in 71 milliseconds