Home
last modified time | relevance | path

Searched refs:phyinfo (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sasinfo/
H A DprintAttrs.c321 printHBAPortPhyInfo(SMHBA_SAS_PHY *phyinfo) in printHBAPortPhyInfo() argument
323 if (phyinfo == NULL) in printHBAPortPhyInfo()
329 phyinfo->PhyIdentifier); in printHBAPortPhyInfo()
334 getPhyStateString(phyinfo->NegotiatedLinkRate, PHY_STATE)); in printHBAPortPhyInfo()
338 getPhyStateString(phyinfo->HardwareMinLinkRate, PHY_SPEED), in printHBAPortPhyInfo()
339 getPhyStateString(phyinfo->HardwareMaxLinkRate, PHY_SPEED)); in printHBAPortPhyInfo()
343 getPhyStateString(phyinfo->ProgrammedMinLinkRate, PHY_SPEED), in printHBAPortPhyInfo()
344 getPhyStateString(phyinfo->ProgrammedMaxLinkRate, PHY_SPEED)); in printHBAPortPhyInfo()
348 getPhyStateString(phyinfo->NegotiatedLinkRate, PHY_SPEED)); in printHBAPortPhyInfo()
H A DprintAttrs.h56 void printHBAPortPhyInfo(SMHBA_SAS_PHY *phyinfo);
/titanic_50/usr/src/uts/common/io/iwp/
H A Diwp.c2218 struct iwp_rx_non_cfg_phy *phyinfo; in iwp_rx_mpdu_intr() local
2238 phyinfo = (struct iwp_rx_non_cfg_phy *)stat->non_cfg_phy; in iwp_rx_mpdu_intr()
2239 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_AGC_IDX]); in iwp_rx_mpdu_intr()
2242 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_AB_IDX]); in iwp_rx_mpdu_intr()
2246 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_C_IDX]); in iwp_rx_mpdu_intr()
/titanic_50/usr/src/uts/common/io/iwh/
H A Diwh.c2315 struct iwh_rx_non_cfg_phy *phyinfo; in iwh_rx_mpdu_intr() local
2334 phyinfo = (struct iwh_rx_non_cfg_phy *)stat->non_cfg_phy; in iwh_rx_mpdu_intr()
2335 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_AGC_IDX]); in iwh_rx_mpdu_intr()
2338 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_AB_IDX]); in iwh_rx_mpdu_intr()
2342 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_C_IDX]); in iwh_rx_mpdu_intr()
/titanic_50/usr/src/uts/common/io/iwk/
H A Diwk2.c2097 struct iwk_rx_non_cfg_phy *phyinfo; in iwk_rx_intr() local
2109 phyinfo = (struct iwk_rx_non_cfg_phy *)stat->non_cfg_phy; in iwk_rx_intr()
2110 agc = (phyinfo->agc_info & IWK_AGC_DB_MASK) >> IWK_AGC_DB_POS; in iwk_rx_intr()
2116 mrssi = MAX(mrssi, phyinfo->rssi_info[i << 1]); in iwk_rx_intr()