Searched refs:ba_info (Results 1 – 4 of 4) sorted by relevance
2192 struct ieee80211_tx_info ba_info = {}; in iwl_mvm_rx_ba_notif() local2197 ba_info.flags = IEEE80211_TX_STAT_AMPDU; in iwl_mvm_rx_ba_notif()2211 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()2212 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()2213 ba_info.status.tx_time = in iwl_mvm_rx_ba_notif()2215 ba_info.status.status_driver_data[0] = in iwl_mvm_rx_ba_notif()2261 &ba_info, in iwl_mvm_rx_ba_notif()2296 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_rx_ba_notif()2297 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()2298 ba_info.status.tx_time = tid_data->tx_time; in iwl_mvm_rx_ba_notif()[all …]
169 struct ieee80211_tx_info *ba_info, bool t) in iwl_mvm_rs_tx_status() argument
2543 unsigned int baid = le32_get_bits(release->ba_info, in iwl_mvm_rx_mpdu_mq() 2545 unsigned int nssn = le32_get_bits(release->ba_info, in iwl_mvm_rx_mpdu_mq()
876 * @ba_info: BA information, see &enum iwl_bar_frame_release_ba_info.880 __le32 ba_info;874 __le32 ba_info; global() member