Home
last modified time | relevance | path

Searched refs:ba_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2083 struct iwl_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2085 u8 lq_color = TX_RES_RATE_TABLE_COL_GET(ba_res->tlc_rate_info); in iwl_mvm_rx_ba_notif()
2089 if (IWL_FW_CHECK(mvm, sizeof(*ba_res) > pkt_len, in iwl_mvm_rx_ba_notif()
2093 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()
2094 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()
2095 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
2097 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2099 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2101 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2106 struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mvm_rx_ba_notif()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c1386 struct iwl_compressed_ba_notif *ba_res = (void *)pkt->data; in iwl_mld_handle_compressed_ba_notif() local
1388 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif()
1389 u8 sta_id = ba_res->sta_id; in iwl_mld_handle_compressed_ba_notif()
1395 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()
1402 sta_id, le32_to_cpu(ba_res->flags), in iwl_mld_handle_compressed_ba_notif()
1403 le16_to_cpu(ba_res->txed), in iwl_mld_handle_compressed_ba_notif()
1404 le16_to_cpu(ba_res->done)); in iwl_mld_handle_compressed_ba_notif()
1407 struct iwl_compressed_ba_tfd *ba_tfd = &ba_res->tfd[i]; in iwl_mld_handle_compressed_ba_notif()
1431 iwl_mld_count_mpdu_tx(link_sta, le16_to_cpu(ba_res->txed)); in iwl_mld_handle_compressed_ba_notif()