Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c2069 struct iwl_mvm_ba_notif *ba_notif; in iwl_mvm_rx_ba_notif() local
2148 ba_notif = (void *)pkt->data; in iwl_mvm_rx_ba_notif()
2149 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
2150 tid = ba_notif->tid; in iwl_mvm_rx_ba_notif()
2152 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2155 index = le16_to_cpu(ba_notif->scd_ssn); in iwl_mvm_rx_ba_notif()
2168 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_rx_ba_notif()
2169 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2172 (void *)(uintptr_t)ba_notif->reduced_txp; in iwl_mvm_rx_ba_notif()
2181 ba_notif->sta_addr, ba_notif->sta_id); in iwl_mvm_rx_ba_notif()
[all …]