Searched refs:phy_res (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | rx.c | 781 struct iwl_rx_phy_res *phy_res; in iwlagn_rx_reply_rx() local 798 phy_res = &priv->last_phy_res; in iwlagn_rx_reply_rx() 812 if ((unlikely(phy_res->cfg_phy_cnt > 20))) { in iwlagn_rx_reply_rx() 814 phy_res->cfg_phy_cnt); in iwlagn_rx_reply_rx() 826 rate_n_flags = le32_to_cpu(phy_res->rate_n_flags); in iwlagn_rx_reply_rx() 829 rx_status.mactime = le64_to_cpu(phy_res->timestamp); in iwlagn_rx_reply_rx() 833 ieee80211_channel_to_frequency(le16_to_cpu(phy_res->channel), in iwlagn_rx_reply_rx() 846 rx_status.signal = iwlagn_calc_rssi(priv, phy_res); in iwlagn_rx_reply_rx() 865 (le16_to_cpu(phy_res->phy_flags) & RX_RES_PHY_FLAGS_ANTENNA_MSK) in iwlagn_rx_reply_rx() 869 if (phy_res->phy_flags & RX_RES_PHY_FLAGS_SHORT_PREAMBLE_MSK) in iwlagn_rx_reply_rx() [all …]
|
| /linux-6.15/drivers/dma/ |
| H A D | ste_dma40.c | 612 struct d40_phy_res *phy_res; member 1867 phys = d40c->base->phy_res; in d40_allocate_channel() 2981 if (base->phy_res[i].reserved) in d40_save_restore_registers() 3053 base->phy_res[i].num = i; in d40_phy_res_init() 3059 base->phy_res[i].reserved = true; in d40_phy_res_init() 3069 base->phy_res[i].reserved = false; in d40_phy_res_init() 3072 spin_lock_init(&base->phy_res[i].lock); in d40_phy_res_init() 3081 base->phy_res[chan].reserved = true; in d40_phy_res_init() 3093 base->phy_res[chan].use_soft_lli = true; in d40_phy_res_init() 3260 sizeof(*base->phy_res), in d40_hw_detect_init() [all …]
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H A D | phy.c | 1532 u32 phy_res[ARRAY_SIZE(phy_regs)]; in carl9170_get_noisefloor() local 1537 err = carl9170_read_mreg(ar, ARRAY_SIZE(phy_regs), phy_regs, phy_res); in carl9170_get_noisefloor() 1543 AR9170_PHY_CCA_MIN_PWR, phy_res[i]), 8); in carl9170_get_noisefloor() 1546 AR9170_PHY_EXT_CCA_MIN_PWR, phy_res[i + 2]), 8); in carl9170_get_noisefloor()
|
| /linux-6.15/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 617 struct il_rx_phy_res *phy_res; in il4965_hdl_rx() local 634 phy_res = (struct il_rx_phy_res *)pkt->u.raw; in il4965_hdl_rx() 637 phy_res->cfg_phy_cnt); in il4965_hdl_rx() 639 len = le16_to_cpu(phy_res->byte_count); in il4965_hdl_rx() 641 *(__le32 *) (pkt->u.raw + sizeof(*phy_res) + in il4965_hdl_rx() 642 phy_res->cfg_phy_cnt + len); in il4965_hdl_rx() 649 phy_res = &il->_4965.last_phy_res; in il4965_hdl_rx() 658 if ((unlikely(phy_res->cfg_phy_cnt > 20))) { in il4965_hdl_rx() 660 phy_res->cfg_phy_cnt); in il4965_hdl_rx() 676 (phy_res-> in il4965_hdl_rx() [all …]
|