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

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

Completed in 95 milliseconds