Searched refs:phy_info (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_phy_disco.c51 struct phy_info *phy_ptr, *last_phy;
76 struct phy_info *phy_ptr;
163 if ((phy_ptr = (struct phy_info *)calloc(1,
164 sizeof (struct phy_info))) == NULL) {
H A DSun_sasFreeLibrary.c70 struct phy_info *phy_ptr = NULL;
71 struct phy_info *last_phy = NULL;
H A DSun_sasGetSASPhyAttributes.c39 struct phy_info *phy_ptr;
H A Dsun_sas.h146 struct phy_info { struct
150 struct phy_info *next;
166 struct phy_info *first_phy; /* Only for HBA port */
H A Devent.c84 struct phy_info *phy_ptr;
H A DSun_sasGetPhyStatistics.c39 struct phy_info *phy_ptr;
H A Ddevtree_hba_disco.c43 struct phy_info *phy_ptr = NULL;
44 struct phy_info *last_phy = NULL;
H A Ddevtree_device_disco.c120 struct phy_info *phy_ptr;
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1534 uint32_t phy_info; local
1552 phy_info = 0x80400000;
1557 phy_info = phy_info | ((reg << IEEE1394_SELFID_PHYID_SHIFT) &
1569 phy_info = phy_info | ((reg << IEEE1394_SELFID_GAP_CNT_SHIFT) &
1581 phy_info = phy_info | ((reg & 0xC0) << 8);
1627 phy_info = phy_info | (port_statu
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2911 uint_t phy_info = FALSE; local
2959 'p', MDB_OPT_SETBITS, TRUE, &phy_info,
3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info ||
3056 if (phy_info || tgt_phy_count)
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c2437 uint32_t *phy_info; local
2471 phy_info = va_arg(ap, uint32_t *);
2490 *phy_info =
2521 &info->phy_info, &info->negotiated_link_rate);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h640 uint32_t phy_info; member in struct:smhba_info

Completed in 102 milliseconds