Lines Matching refs:ba_notif
956 struct iwl_mvm_ba_notif *ba_notif, in iwl_mvm_tx_info_from_ba_notif() argument
960 info->status.ampdu_ack_len = ba_notif->txed_2_done; in iwl_mvm_tx_info_from_ba_notif()
961 info->status.ampdu_len = ba_notif->txed; in iwl_mvm_tx_info_from_ba_notif()
975 struct iwl_mvm_ba_notif *ba_notif = (void *)pkt->data; in iwl_mvm_rx_ba_notif() local
983 u16 scd_flow = le16_to_cpu(ba_notif->scd_flow); in iwl_mvm_rx_ba_notif()
986 u16 ba_resp_scd_ssn = le16_to_cpu(ba_notif->scd_ssn); in iwl_mvm_rx_ba_notif()
988 sta_id = ba_notif->sta_id; in iwl_mvm_rx_ba_notif()
989 tid = ba_notif->tid; in iwl_mvm_rx_ba_notif()
1031 (u8 *)&ba_notif->sta_addr_lo32, in iwl_mvm_rx_ba_notif()
1032 ba_notif->sta_id); in iwl_mvm_rx_ba_notif()
1035 ba_notif->tid, le16_to_cpu(ba_notif->seq_ctl), in iwl_mvm_rx_ba_notif()
1036 (unsigned long long)le64_to_cpu(ba_notif->bitmap), in iwl_mvm_rx_ba_notif()
1037 scd_flow, ba_resp_scd_ssn, ba_notif->txed, in iwl_mvm_rx_ba_notif()
1038 ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
1067 iwl_mvm_tx_info_from_ba_notif(info, ba_notif, tid_data); in iwl_mvm_rx_ba_notif()
1088 iwl_mvm_tx_info_from_ba_notif(&ba_info, ba_notif, tid_data); in iwl_mvm_rx_ba_notif()