Searched defs:phy_info (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.h146 struct phy_info { struct
150 struct phy_info *next;
166 struct phy_info *first_phy; /* Only for HBA port */
/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 75 milliseconds