Lines Matching refs:ba_notif
1992 struct iwl_mvm_ba_notif *ba_notif; in iwl_mvm_rx_ba_notif() local
2064 ba_notif = (void *)pkt->data; in iwl_mvm_rx_ba_notif()
2065 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
2066 tid = ba_notif->tid; in iwl_mvm_rx_ba_notif()
2068 txq = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
2071 index = le16_to_cpu(ba_notif->scd_ssn); in iwl_mvm_rx_ba_notif()
2082 ba_info.status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_rx_ba_notif()
2083 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2086 (void *)(uintptr_t)ba_notif->reduced_txp; in iwl_mvm_rx_ba_notif()
2095 ba_notif->sta_addr, ba_notif->sta_id); in iwl_mvm_rx_ba_notif()
2099 ba_notif->tid, le16_to_cpu(ba_notif->seq_ctl), in iwl_mvm_rx_ba_notif()
2100 le64_to_cpu(ba_notif->bitmap), txq, index, in iwl_mvm_rx_ba_notif()
2101 ba_notif->txed, ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
2104 ba_notif->reduced_txp); in iwl_mvm_rx_ba_notif()