Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c1491 u32 ppdu_id) in ath11k_dp_htt_get_ppdu_desc() argument
1498 if (ppdu_info->ppdu_id == ppdu_id) { in ath11k_dp_htt_get_ppdu_desc()
1535 u32 ppdu_id, len; in ath11k_htt_pull_ppdu_stats() local
1540 ppdu_id = msg->ppdu_id; in ath11k_htt_pull_ppdu_stats()
1552 ppdu_info = ath11k_dp_htt_get_ppdu_desc(ar, ppdu_id); in ath11k_htt_pull_ppdu_stats()
1558 ppdu_info->ppdu_id = ppdu_id; in ath11k_htt_pull_ppdu_stats()
4439 static u32 ath11k_dp_rx_mon_comp_ppduid(u32 msdu_ppdu_id, u32 *ppdu_id, in ath11k_dp_rx_mon_comp_ppduid() argument
4444 if ((*ppdu_id < msdu_ppdu_id) && in ath11k_dp_rx_mon_comp_ppduid()
4445 ((msdu_ppdu_id - *ppdu_id) < DP_NOT_PPDU_ID_WRAP_AROUND)) { in ath11k_dp_rx_mon_comp_ppduid()
4446 *ppdu_id = msdu_ppdu_id; in ath11k_dp_rx_mon_comp_ppduid()
[all …]
H A Dhal_tx.h55 u32 ppdu_id; member
H A Ddp.h1114 u32 ppdu_id; member
1144 u32 ppdu_id; member
1292 u32 ppdu_id; member
1330 u32 ppdu_id; member
H A Ddp_tx.c465 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()
466 } else if (ar->last_ppdu_id == ts->ppdu_id || in ath11k_dp_tx_complete_msdu()
479 ar->last_ppdu_id = ts->ppdu_id; in ath11k_dp_tx_complete_msdu()
511 ts->ppdu_id = FIELD_GET(HAL_WBM_RELEASE_INFO1_TQM_STATUS_NUMBER, in ath11k_dp_tx_status_parse()
H A Dhal_rx.h81 u32 ppdu_id; member
H A Dhal_rx.c853 ppdu_info->ppdu_id = in ath11k_hal_rx_parse_mon_status_tlv()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt.h566 __le32 ppdu_id; member
H A Dwmi-tlv.h1682 __le32 ppdu_id; member
H A Dwmi.h6798 u32 ppdu_id; member
6806 __le32 ppdu_id; member
H A Dwmi-tlv.c851 arg->ppdu_id = ev->ppdu_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()