Searched defs:phy_ptr (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasGetSASPhyAttributes.c39 struct phy_info *phy_ptr; local
83 for (phy_ptr = hba_port_ptr->first_phy; phy_ptr != NULL;
84 phy_ptr = phy_ptr->next) {
85 if (phy == phy_ptr->index) {
88 (void) memcpy(pAttributes, &phy_ptr->phy,
H A DSun_sasFreeLibrary.c70 struct phy_info *phy_ptr = NULL; local
100 phy_ptr = hba_port->first_phy;
101 while (phy_ptr != NULL) {
102 last_phy = phy_ptr;
103 phy_ptr = phy_ptr->next;
H A DSun_sasGetPhyStatistics.c39 struct phy_info *phy_ptr; local
106 for (phy_ptr = hba_port_ptr->first_phy;
107 phy_ptr != NULL;
108 phy_ptr = phy_ptr->next) {
109 if (phy == phy_ptr->index)
113 if (phy_ptr == NULL) {
183 driver_name, iport_wwn, instance, phy_ptr->phy.PhyIdentifier);
H A Ddevtree_phy_disco.c51 struct phy_info *phy_ptr, *last_phy; local
53 phy_ptr = port_ptr->first_phy;
54 while (phy_ptr != NULL) {
55 last_phy = phy_ptr;
56 phy_ptr = phy_ptr->next;
76 struct phy_info *phy_ptr; local
163 if ((phy_ptr = (struct phy_info *)calloc(1,
172 phy_ptr->phy.PhyIdentifier = phyId;
173 phy_ptr
[all...]
H A Ddevtree_device_disco.c120 struct phy_info *phy_ptr; local
196 for (phy_ptr = port_ptr->first_phy; phy_ptr != NULL;
197 phy_ptr = phy_ptr->next) {
198 (void) memcpy(phy_ptr->phy.domainPortWWN.wwn, &domainPort, 8);
H A Ddevtree_hba_disco.c43 struct phy_info *phy_ptr = NULL; local
67 phy_ptr = hba_port->first_phy;
68 while (phy_ptr != NULL) {
69 last_phy = phy_ptr;
70 phy_ptr = phy_ptr->next;
H A Devent.c84 struct phy_info *phy_ptr; local
101 for (phy_ptr = hba_port_ptr->first_phy;
102 phy_ptr != NULL; phy_ptr =
103 phy_ptr->next) {
104 if (phy_ptr->phy.PhyIdentifier ==
107 phy_ptr->invalid =
110 phy_ptr->phy.
114 phy_ptr->phy.
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c172 pmcs_phy_t *phy_ptr; local
188 for (phy_ptr = list_head(&iport->phys), i = 0;
189 phy_ptr != NULL;
190 phy_ptr = list_next(&iport->phys, phy_ptr), i++) {
191 pmcs_lock_phy(phy_ptr);
196 phy_ptr->phynum);
198 phy_ptr->link_rate);
200 phy_ptr->state.prog_min_rate);
202 phy_ptr
[all...]

Completed in 87 milliseconds