/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rx.c | 103 struct iwl_rx_phy_info *phy_info, in iwl_mvm_get_signal_strength() argument 110 le32_to_cpu(phy_info->non_cfg_phy[IWL_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwl_mvm_get_signal_strength() 123 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength() 207 struct iwl_rx_phy_info *phy_info, in iwl_mvm_rx_handle_tcm() argument 239 mdata->rx.airtime += le16_to_cpu(phy_info->frame_time); in iwl_mvm_rx_handle_tcm() 299 struct iwl_rx_phy_info *phy_info; in iwl_mvm_rx_rx_mpdu() local 313 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu() 348 rate_n_flags = le32_to_cpu(phy_info->rate_n_flags); in iwl_mvm_rx_rx_mpdu() 351 rx_status->mactime = le64_to_cpu(phy_info->timestamp); in iwl_mvm_rx_rx_mpdu() 352 rx_status->device_timestamp = le32_to_cpu(phy_info in iwl_mvm_rx_rx_mpdu() [all...] |
H A D | rxmq.c | 363 struct ieee80211_rx_status *stats, u16 phy_info, in iwl_mvm_rx_mgmt_prot() 376 if (phy_info & IWL_RX_MPDU_PHY_AMPDU && in iwl_mvm_rx_crypto() 950 u16 phy_info; in iwl_mvm_reorder() 1626 u16 phy_info = phy_data->phy_info; in iwl_mvm_decode_eht_ext_mu() 1651 if (!queue && !(phy_info & IWL_RX_MPDU_PHY_AMPDU)) { in iwl_mvm_decode_eht_ext_mu() 1659 if (!queue && (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) && in iwl_mvm_decode_eht_ext_tb() 1660 (phy_info & IWL_RX_MPDU_PHY_AMPDU) && phy_data->first_subframe) { in iwl_mvm_decode_eht_ext_tb() 1666 if (phy_info & IWL_RX_MPDU_PHY_TSF_OVERLOAD) in iwl_mvm_decode_eht_ext_tb() 1781 u16 phy_info in iwl_mvm_decode_eht_phy_data() 367 iwl_mvm_rx_crypto(struct iwl_mvm * mvm,struct ieee80211_sta * sta,struct ieee80211_hdr * hdr,struct ieee80211_rx_status * stats,u16 phy_info,struct iwl_rx_mpdu_desc * desc,u32 pkt_flags,int queue,u8 * crypt_len) iwl_mvm_rx_crypto() argument 1227 u16 phy_info; global() member 1903 u16 phy_info = phy_data->phy_info; iwl_mvm_rx_eht() local 2058 u16 phy_info = phy_data->phy_info; iwl_mvm_rx_he() local [all...] |
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_capa.c | 1801 static int phy_info_freqs(struct phy_info_arg *phy_info, in phy_info_freqs() argument 1844 idx = phy_info->last_chan_idx; in phy_info_freqs() 1854 phy_info->last_chan_idx = idx; in phy_info_freqs() 2049 static int phy_info_band(struct phy_info_arg *phy_info, struct nlattr *nl_band) in phy_info_band() argument 2055 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band() 2056 mode = os_realloc_array(phy_info->modes, in phy_info_band() 2057 *phy_info->num_modes + 1, in phy_info_band() 2060 phy_info->failed = 1; in phy_info_band() 2063 phy_info->modes = mode; in phy_info_band() 2065 mode = &phy_info->modes[*(phy_info->num_modes)]; in phy_info_band() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rx.h | 670 * @phy_info: &enum iwl_rx_mpdu_phy_info 672 __le16 phy_info; 801 * @phy_info: &enum iwl_rx_phy_he_data0 or &enum iwl_rx_phy_eht_data0 813 __le32 phy_info[2]; 826 * @phy_info: &enum iwl_rx_phy_eht_data0 and &enum iwl_rx_phy_info_type 839 __le32 phy_info[2]; 674 __le16 phy_info; global() member 807 __le32 phy_info[2]; global() member 833 __le32 phy_info[2]; global() member
|
/freebsd/sys/dev/oce/ |
H A D | oce_mbox.c | 1539 oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info) in oce_mbox_get_phy_info() argument 1570 phy_info->phy_type = HOST_16(fwcmd->params.rsp.phy_info.phy_type); in oce_mbox_get_phy_info() 1571 phy_info->interface_type = in oce_mbox_get_phy_info() 1572 HOST_16(fwcmd->params.rsp.phy_info.interface_type); in oce_mbox_get_phy_info() 1573 phy_info->auto_speeds_supported = in oce_mbox_get_phy_info() 1574 HOST_16(fwcmd->params.rsp.phy_info.auto_speeds_supported); in oce_mbox_get_phy_info() 1575 phy_info->fixed_speeds_supported = in oce_mbox_get_phy_info() 1576 HOST_16(fwcmd->params.rsp.phy_info.fixed_speeds_supported); in oce_mbox_get_phy_info() 1577 phy_info in oce_mbox_get_phy_info() [all...] |
H A D | oce_sysctl.c | 592 struct oce_phy_info phy_info; in oce_phy_flashing_required() local 594 status = oce_mbox_get_phy_info(sc, &phy_info); in oce_phy_flashing_required() 598 if ((phy_info.phy_type == TN_8022) && in oce_phy_flashing_required() 599 (phy_info.interface_type == PHY_TYPE_BASET_10GB)) { in oce_phy_flashing_required()
|
H A D | oce_if.h | 1057 int oce_mbox_get_phy_info(POCE_SOFTC sc, struct oce_phy_info *phy_info);
|
H A D | oce_hw.h | 1629 struct oce_phy_info phy_info; member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm.c | 3072 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; in iwm_get_noise() 3076 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info)); in iwm_get_noise() 3136 struct iwm_rx_phy_info *phy_info) in iwm_rxmq_get_signal_strength() 3141 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwm_rxmq_get_signal_strength() 3186 struct iwm_rx_phy_info *phy_info; in iwm_rx_rx_mpdu() 3193 phy_info = &sc->sc_last_phy_info; in iwm_rx_rx_mpdu() 3198 if (__predict_false(phy_info->cfg_phy_cnt > 20)) { in iwm_rx_rx_mpdu() 3201 phy_info->cfg_phy_cnt); in iwm_rx_rx_mpdu() 3212 rssi = iwm_rx_get_signal_strength(sc, phy_info); in iwm_rx_rx_mpdu() 3231 "%s: phy_info in iwm_rx_rx_mpdu() 3043 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; iwm_rx_rx_phy_cmd() local 3107 iwm_rx_get_signal_strength(struct iwm_softc * sc,struct iwm_rx_phy_info * phy_info) iwm_rx_get_signal_strength() argument 3157 struct iwm_rx_phy_info *phy_info; iwm_rx_rx_mpdu() local 3276 uint16_t phy_info; iwm_rx_mpdu_mq() local [all...] |
H A D | if_iwmreg.h | 3403 uint16_t phy_info; member
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 637 portinfo->phy_info = malloc(sizeof(*portinfo->phy_info) * in mptsas_sas_io_unit_pg0() 639 if (portinfo->phy_info == NULL) { in mptsas_sas_io_unit_pg0() 646 phyinfo = &portinfo->phy_info[i]; in mptsas_sas_io_unit_pg0() 661 mptsas_sas_phy_pg0(struct mpt_softc *mpt, struct mptsas_phyinfo *phy_info, in mptsas_sas_phy_pg0() argument 692 phy_info->hw_link_rate = buffer->HwLinkRate; in mptsas_sas_phy_pg0() 693 phy_info->programmed_link_rate = buffer->ProgrammedLinkRate; in mptsas_sas_phy_pg0() 694 phy_info->identify.dev_handle = le16toh(buffer->OwnerDevHandle); in mptsas_sas_phy_pg0() 695 phy_info->attached.dev_handle = le16toh(buffer->AttachedDevHandle); in mptsas_sas_phy_pg0() 774 phyinfo = &portinfo->phy_info[i]; in mpt_read_config_info_sas() 859 phyinfo = &mpt->sas_portinfo->phy_info[i]; in mpt_set_initial_config_sas()
|
H A D | mpt.h | 527 struct mptsas_phyinfo *phy_info; member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_def.h | 477 struct phy_info { struct
|
/freebsd/sys/dev/ice/ |
H A D | ice_common.c | 4100 struct ice_phy_info *phy_info; 4106 phy_info = &pi->phy; in __ice_aq_get_set_rss_lut() 4108 if (phy_info->get_link_info) { in __ice_aq_get_set_rss_lut() 4116 *link_up = phy_info->link_info.link_info & ICE_AQ_LINK_UP; in __ice_aq_get_set_rss_lut() 3799 struct ice_phy_info *phy_info; ice_get_link_status() local
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.c | 1239 rtw_debugfs_add_r(phy_info); in rtw_debugfs_init()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | debug.c | 3999 rtw89_debugfs_add_r(phy_info); in rtw89_debugfs_init()
|