Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2119 struct iwl_mvm_ba_notif *ba_notif; in iwl_mvm_rx_ba_notif() local
2201 ba_notif = (void *)pkt->data; in iwl_mvm_rx_ba_notif()
2202 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
2203 tid = ba_notif->tid; in iwl_mvm_rx_ba_notif()
2205 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2208 index = le16_to_cpu(ba_notif->scd_ssn); in iwl_mvm_rx_ba_notif()
2222 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2231 ba_notif->sta_addr, ba_notif->sta_id); in iwl_mvm_rx_ba_notif()
2235 ba_notif->tid, le16_to_cpu(ba_notif->seq_ctl), in iwl_mvm_rx_ba_notif()
2237 ba_notif->txed, ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
[all …]