Home
last modified time | relevance | path

Searched refs:ppdu_start (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt.c172 off->ppdu_start_offset = __cpu_to_le16(desc_offset(ppdu_start)); in ath10k_rx_desc_wcn3990_get_offsets()
242 return &rx_desc->ppdu_start; in ath10k_rx_desc_wcn3990_get_ppdu_start()
H A Dhtt.h2112 struct rx_ppdu_start ppdu_start; member
2135 struct rx_ppdu_start ppdu_start; member
2221 off->ppdu_start_offset = __cpu_to_le16(desc_offset(ppdu_start)); in ath10k_htt_rx_desc_get_offsets()
2314 return &rx_desc->ppdu_start; in ath10k_htt_rx_desc_get_ppdu_start()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c850 struct hal_rx_ppdu_start *ppdu_start = in ath11k_hal_rx_parse_mon_status_tlv() local
855 __le32_to_cpu(ppdu_start->info0)); in ath11k_hal_rx_parse_mon_status_tlv()
856 ppdu_info->chan_num = __le32_to_cpu(ppdu_start->chan_num); in ath11k_hal_rx_parse_mon_status_tlv()
857 ppdu_info->ppdu_ts = __le32_to_cpu(ppdu_start->ppdu_start_ts); in ath11k_hal_rx_parse_mon_status_tlv()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c954 info1 = __le32_to_cpu(rxd->ppdu_start.info1); in ath10k_htt_rx_h_rates()
955 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
956 info3 = __le32_to_cpu(rxd->ppdu_start.info3); in ath10k_htt_rx_h_rates()
1030 rxd->ppdu_start.info0, in ath10k_htt_rx_h_rates()
1031 __le32_to_cpu(rxd->ppdu_start.info1), in ath10k_htt_rx_h_rates()
1032 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
1033 __le32_to_cpu(rxd->ppdu_start.info3), in ath10k_htt_rx_h_rates()
1034 __le32_to_cpu(rxd->ppdu_start.info4)); in ath10k_htt_rx_h_rates()
1175 if (rxd->ppdu_start.rssi_chains[i].pri20_mhz != 0x80) { in ath10k_htt_rx_h_signal()
1177 rxd->ppdu_start in ath10k_htt_rx_h_signal()
[all...]
H A Dhtt_tx.c805 ring->ppdu_start_offset = __cpu_to_le16(desc_offset(ppdu_start)); in ath10k_htt_fill_rx_desc_offset_32()
824 ring->ppdu_start_offset = __cpu_to_le16(desc_offset(ppdu_start)); in ath10k_htt_fill_rx_desc_offset_64()
H A Dhtt.h2206 struct rx_ppdu_start ppdu_start; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c885 struct hal_rx_ppdu_start *ppdu_start = in ath11k_hal_rx_parse_mon_status_tlv() local
890 __le32_to_cpu(ppdu_start->info0)); in ath11k_hal_rx_parse_mon_status_tlv()
891 ppdu_info->chan_num = __le32_to_cpu(ppdu_start->chan_num); in ath11k_hal_rx_parse_mon_status_tlv()
892 ppdu_info->ppdu_ts = __le32_to_cpu(ppdu_start->ppdu_start_ts); in ath11k_hal_rx_parse_mon_status_tlv()
H A Ddp_rx.c2964 struct hal_rx_ppdu_start *ppdu_start; in ath11k_dp_rx_mon_update_status_buf_state() local
2978 ppdu_start = (struct hal_rx_ppdu_start *)ptr; in ath11k_dp_rx_mon_update_status_buf_state()
2980 __le32_to_cpu(ppdu_start->info0)); in ath11k_dp_rx_mon_update_status_buf_state()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c595 struct hal_rx_ppdu_start *ppdu_start = in ath12k_dp_mon_rx_parse_status_tlv() local
598 info[0] = __le32_to_cpu(ppdu_start->info0); in ath12k_dp_mon_rx_parse_status_tlv()
602 ppdu_info->chan_num = __le32_to_cpu(ppdu_start->chan_num); in ath12k_dp_mon_rx_parse_status_tlv()
603 ppdu_info->ppdu_ts = __le32_to_cpu(ppdu_start->ppdu_start_ts); in ath12k_dp_mon_rx_parse_status_tlv()

Completed in 31 milliseconds