Searched refs:ba_res (Results 1 – 1 of 1) sorted by relevance
1912 struct iwl_mvm_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local1914 u8 lq_color = TX_RES_RATE_TABLE_COL_GET(ba_res->tlc_rate_info); in iwl_mvm_rx_ba_notif()1917 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()1918 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()1919 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()1921 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()1923 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()1925 if (!le16_to_cpu(ba_res->tfd_cnt)) in iwl_mvm_rx_ba_notif()1941 for (i = 0; i < le16_to_cpu(ba_res->tfd_cnt); i++) { in iwl_mvm_rx_ba_notif()1943 &ba_res->tfd[i]; in iwl_mvm_rx_ba_notif()[all …]