Lines Matching refs:ba_res
2196 struct iwl_mvm_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2198 u8 lq_color = TX_RES_RATE_TABLE_COL_GET(ba_res->tlc_rate_info); in iwl_mvm_rx_ba_notif()
2202 if (IWL_FW_CHECK(mvm, sizeof(*ba_res) > pkt_len, in iwl_mvm_rx_ba_notif()
2206 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()
2207 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()
2208 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
2210 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2212 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2214 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2219 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()
2226 sta_id, le32_to_cpu(ba_res->flags), in iwl_mvm_rx_ba_notif()
2227 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif()
2228 le16_to_cpu(ba_res->done)); in iwl_mvm_rx_ba_notif()
2245 &ba_res->tfd[i]; in iwl_mvm_rx_ba_notif()
2258 le32_to_cpu(ba_res->tx_rate), false); in iwl_mvm_rx_ba_notif()
2263 le32_to_cpu(ba_res->wireless_time)); in iwl_mvm_rx_ba_notif()
2266 le16_to_cpu(ba_res->txed), true, 0); in iwl_mvm_rx_ba_notif()