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.c2049 struct iwl_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2051 u8 lq_color = TX_RES_RATE_TABLE_COL_GET(ba_res->tlc_rate_info); in iwl_mvm_rx_ba_notif()
2055 if (IWL_FW_CHECK(mvm, sizeof(*ba_res) > pkt_len, in iwl_mvm_rx_ba_notif()
2059 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()
2060 ba_info.status.ampdu_ack_len = (u8)le16_to_cpu(ba_res->done); in iwl_mvm_rx_ba_notif()
2061 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
2063 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2065 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2067 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2072 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.c1357 struct iwl_compressed_ba_notif *ba_res = (void *)pkt->data; in iwl_mld_handle_compressed_ba_notif() local
1359 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif()
1360 u8 sta_id = ba_res->sta_id; in iwl_mld_handle_compressed_ba_notif()
1366 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()
1373 sta_id, le32_to_cpu(ba_res->flags), in iwl_mld_handle_compressed_ba_notif()
1374 le16_to_cpu(ba_res->txed), in iwl_mld_handle_compressed_ba_notif()
1375 le16_to_cpu(ba_res->done)); in iwl_mld_handle_compressed_ba_notif()
1378 struct iwl_compressed_ba_tfd *ba_tfd = &ba_res->tfd[i]; in iwl_mld_handle_compressed_ba_notif()
1402 iwl_mld_count_mpdu_tx(link_sta, le16_to_cpu(ba_res->txed)); in iwl_mld_handle_compressed_ba_notif()