Searched refs:phy_info (Results 1 – 14 of 14) sorted by relevance
51 struct phy_info *phy_ptr, *last_phy; in free_phy_info()76 struct phy_info *phy_ptr; in get_phy_info()163 if ((phy_ptr = (struct phy_info *)calloc(1, in get_phy_info()164 sizeof (struct phy_info))) == NULL) { in get_phy_info()
70 struct phy_info *phy_ptr = NULL; in FreeHBA()71 struct phy_info *last_phy = NULL; in FreeHBA()
146 struct phy_info { struct150 struct phy_info *next; argument166 struct phy_info *first_phy; /* Only for HBA port */
39 struct phy_info *phy_ptr; in Sun_sasGetSASPhyAttributes()
84 struct phy_info *phy_ptr; in updateMatchingPhy()
43 struct phy_info *phy_ptr = NULL; in free_hba_port()44 struct phy_info *last_phy = NULL; in free_hba_port()
39 struct phy_info *phy_ptr; in Sun_sasGetPhyStatistics()
120 struct phy_info *phy_ptr; in fillDomainPortWWN()
1534 uint32_t phy_info; in hci1394_ohci_phy_info() local1552 phy_info = 0x80400000; in hci1394_ohci_phy_info()1557 phy_info = phy_info | ((reg << IEEE1394_SELFID_PHYID_SHIFT) & in hci1394_ohci_phy_info()1569 phy_info = phy_info | ((reg << IEEE1394_SELFID_GAP_CNT_SHIFT) & in hci1394_ohci_phy_info()1581 phy_info = phy_info | ((reg & 0xC0) << 8); in hci1394_ohci_phy_info()1627 phy_info = phy_info | (port_status << (6 - (index * 2))); in hci1394_ohci_phy_info()1632 *info = phy_info; in hci1394_ohci_phy_info()
38 < phy_info->downshift = hw->speed_downgraded;40 > phy_info->downshift = (int)hw->speed_downgraded;42 < phy_info->downshift = hw->speed_downgraded;44 > phy_info->downshift = (int)hw->speed_downgraded;
2911 uint_t phy_info = FALSE; in pmcs_dcmd() local2959 'p', MDB_OPT_SETBITS, TRUE, &phy_info, in pmcs_dcmd()3011 (flags & DCMD_LOOPFIRST) || phy_info || target_info || hw_info || in pmcs_dcmd()3056 if (phy_info || tgt_phy_count) in pmcs_dcmd()
2497 uint32_t *phy_info; in mptsas_sasphypage_0_cb() local2531 phy_info = va_arg(ap, uint32_t *); in mptsas_sasphypage_0_cb()2550 *phy_info = in mptsas_sasphypage_0_cb()2581 &info->phy_info, &info->negotiated_link_rate); in mptsas_get_sas_phy_page0()
648 uint32_t phy_info; member