Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2126 struct iwl_compressed_ba_notif *ba_res = in iwl_mvm_rx_ba_notif() local
2136 sta_id = ba_res->sta_id; in iwl_mvm_rx_ba_notif()
2140 (u16)le32_to_cpu(ba_res->wireless_time); in iwl_mvm_rx_ba_notif()
2142 (void *)(uintptr_t)ba_res->reduced_txp; in iwl_mvm_rx_ba_notif()
2144 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mvm_rx_ba_notif()
2156 sta_id, le32_to_cpu(ba_res->flags), in iwl_mvm_rx_ba_notif()
2157 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif()
2158 le16_to_cpu(ba_res->done)); in iwl_mvm_rx_ba_notif()
2187 le32_to_cpu(ba_res->tx_rate), false); in iwl_mvm_rx_ba_notif()
2192 le32_to_cpu(ba_res->wireless_time)); in iwl_mvm_rx_ba_notif()
[all …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c1326 struct iwl_compressed_ba_notif *ba_res = (void *)pkt->data; in iwl_mld_handle_compressed_ba_notif() local
1328 u16 tfd_cnt = le16_to_cpu(ba_res->tfd_cnt); in iwl_mld_handle_compressed_ba_notif()
1329 u8 sta_id = ba_res->sta_id; in iwl_mld_handle_compressed_ba_notif()
1335 if (IWL_FW_CHECK(mld, struct_size(ba_res, tfd, tfd_cnt) > pkt_len, in iwl_mld_handle_compressed_ba_notif()
1342 sta_id, le32_to_cpu(ba_res->flags), in iwl_mld_handle_compressed_ba_notif()
1343 le16_to_cpu(ba_res->txed), in iwl_mld_handle_compressed_ba_notif()
1344 le16_to_cpu(ba_res->done)); in iwl_mld_handle_compressed_ba_notif()
1347 struct iwl_compressed_ba_tfd *ba_tfd = &ba_res->tfd[i]; in iwl_mld_handle_compressed_ba_notif()
1371 iwl_mld_count_mpdu_tx(link_sta, le16_to_cpu(ba_res->txed)); in iwl_mld_handle_compressed_ba_notif()