Searched refs:hba_port (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c64 struct sun_sas_port *hba_port = NULL; local
81 hba_port = hba_ptr->first_port;
82 while (hba_port != NULL) {
84 tgt_port = hba_port->first_attached_port;
100 phy_ptr = hba_port->first_phy;
107 last_hba_port = hba_port;
108 hba_port = hba_port->next;
H A Ddevtree_hba_disco.c37 struct sun_sas_port *hba_port = NULL; local
47 hba_port = hba_ptr->first_port;
48 while (hba_port != NULL) {
50 tgt_port = hba_port->first_attached_port;
65 hba_port->first_attached_port = NULL;
67 phy_ptr = hba_port->first_phy;
73 hba_port->first_phy = NULL;
75 last_hba_port = hba_port;
76 hba_port = hba_port
[all...]

Completed in 15 milliseconds