Home
last modified time | relevance | path

Searched refs:last_phy_info (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c73 * Copies the phy information in mvm->last_phy_info, it will be used when the
80 memcpy(&mvm->last_phy_info, pkt->data, sizeof(mvm->last_phy_info)); in iwl_mvm_rx_rx_phy_cmd()
84 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_phy_cmd()
357 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
H A Dmvm.h890 struct iwl_rx_phy_info last_phy_info; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c17 * Copies the phy information in mvm->last_phy_info, it will be used when the
25 if (unlikely(pkt_len < sizeof(mvm->last_phy_info))) in iwl_mvm_rx_rx_phy_cmd()
28 memcpy(&mvm->last_phy_info, pkt->data, sizeof(mvm->last_phy_info)); in iwl_mvm_rx_rx_phy_cmd()
32 if (mvm->last_phy_info.phy_flags & cpu_to_le16(RX_RES_PHY_FLAGS_AGG)) { in iwl_mvm_rx_rx_phy_cmd()
308 phy_info = &mvm->last_phy_info; in iwl_mvm_rx_rx_mpdu()
H A Dmvm.h925 struct iwl_rx_phy_info last_phy_info; member

Completed in 13 milliseconds