Searched refs:phyinfo (Results 1 – 5 of 5) sorted by relevance
321 printHBAPortPhyInfo(SMHBA_SAS_PHY *phyinfo) in printHBAPortPhyInfo() argument323 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()
56 void printHBAPortPhyInfo(SMHBA_SAS_PHY *phyinfo);
2218 struct iwp_rx_non_cfg_phy *phyinfo; in iwp_rx_mpdu_intr() local2238 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()
2315 struct iwh_rx_non_cfg_phy *phyinfo; in iwh_rx_mpdu_intr() local2334 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()
2097 struct iwk_rx_non_cfg_phy *phyinfo; in iwk_rx_intr() local2109 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()