phy_info
struct ice_phy_info *phy_info;
phy_info = &pi->phy;
if (phy_info->get_link_info) {
*link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP;
struct iwm_rx_phy_info *phy_info = (void *)pkt->data;
memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
struct iwm_rx_phy_info *phy_info)
val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
struct iwm_rx_phy_info *phy_info;
phy_info = &sc->sc_last_phy_info;
if (__predict_false(phy_info->cfg_phy_cnt > 20)) {
phy_info->cfg_phy_cnt);
rssi = iwm_rx_get_signal_strength(sc, phy_info);
le16toh(phy_info->channel),
le16toh(phy_info->phy_flags));
rxs.c_ieee = le16toh(phy_info->channel);
if (le16toh(phy_info->phy_flags & IWM_RX_RES_PHY_FLAGS_BAND_24)) {
if (phy_info->phy_flags & htole16(IWM_PHY_INFO_FLAG_SHPREAMBLE))
tap->wr_tsft = phy_info->system_timestamp;
switch (phy_info->rate) {
uint16_t phy_info;
phy_info = le16toh(desc->phy_info);
if ((phy_info & IWM_RX_MPDU_PHY_SHORT_PREAMBLE) != 0)
uint16_t phy_info;
struct iwx_rx_phy_info *phy_info = (void *)pkt->data;
memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
uint16_t phy_info;
phy_info = le16toh(desc->phy_info);
(phy_info & IWX_RX_MPDU_PHY_SHORT_PREAMBLE),
(phy_info & IWX_RX_MPDU_PHY_SHORT_PREAMBLE),
uint16_t phy_info;
struct mptsas_phyinfo *phy_info;
portinfo->phy_info = malloc(sizeof(*portinfo->phy_info) *
if (portinfo->phy_info == NULL) {
phyinfo = &portinfo->phy_info[i];
mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info,
phy_info->hw_link_rate = buffer->HwLinkRate;
phy_info->programmed_link_rate = buffer->ProgrammedLinkRate;
phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle);
phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle);
phyinfo = &portinfo->phy_info[i];
phyinfo = &mpt->sas_portinfo->phy_info[i];
struct oce_phy_info phy_info;
int oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info);
oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info)
phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type);
phy_info->interface_type =
HOST_16(fwcmd->params.rsp.phy_info.interface_type);
phy_info->auto_speeds_supported =
HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported);
phy_info->fixed_speeds_supported =
HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported);
phy_info->misc_params = HOST_32(fwcmd->params.rsp.phy_info.misc_params);
struct oce_phy_info phy_info;
status = oce_mbox_get_phy_info(sc, &phy_info);
if ((phy_info.phy_type == TN_8022) &&
(phy_info.interface_type == PHY_TYPE_BASET_10GB)) {