Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.c117 pkt_type = ppdu_info->preamble_type; in ath12k_dp_mon_fill_rx_rate()
841 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11AX || in ath12k_dp_mon_rx_update_peer_rate_table_stats()
842 ppdu_info->preamble_type == HAL_RX_PREAMBLE_11BE) in ath12k_dp_mon_rx_update_peer_rate_table_stats()
876 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11A || in ath12k_dp_mon_rx_update_peer_su_stats()
877 ppdu_info->preamble_type == HAL_RX_PREAMBLE_11B) { in ath12k_dp_mon_rx_update_peer_su_stats()
889 if (ppdu_info->preamble_type < HAL_RX_PREAMBLE_MAX) in ath12k_dp_mon_rx_update_peer_su_stats()
890 rx_stats->pream_cnt[ppdu_info->preamble_type] += num_msdu; in ath12k_dp_mon_rx_update_peer_su_stats()
918 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11N && in ath12k_dp_mon_rx_update_peer_su_stats()
926 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11AC && in ath12k_dp_mon_rx_update_peer_su_stats()
932 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11AX && in ath12k_dp_mon_rx_update_peer_su_stats()
[all …]
H A Dhal.h563 u32 preamble_type; member
634 u32 preamble_type; member
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Dmain.c608 u8 preamble_type, uint mac_len) in brcms_c_calc_frame_time() argument
624 if (preamble_type == BRCMS_MM_PREAMBLE) in brcms_c_calc_frame_time()
664 if (preamble_type & BRCMS_SHORT_PREAMBLE) in brcms_c_calc_frame_time()
5673 u8 preamble_type) in brcms_c_calc_ack_time() argument
5685 brcms_c_calc_frame_time(wlc, rspec, preamble_type, in brcms_c_calc_ack_time()
5692 u8 preamble_type) in brcms_c_calc_cts_time() argument
5694 return brcms_c_calc_ack_time(wlc, rspec, preamble_type); in brcms_c_calc_cts_time()
5699 u8 preamble_type) in brcms_c_calc_ba_time() argument
5708 return brcms_c_calc_frame_time(wlc, rspec, preamble_type, in brcms_c_calc_ba_time()
5725 u8 preamble_type, uint next_frag_len) in brcms_c_compute_frame_dur() argument
[all …]
H A Dampdu.c618 u8 preamble_type = BRCMS_GF_PREAMBLE; in brcms_c_ampdu_finalize() local
725 preamble_type = BRCMS_MM_PREAMBLE; in brcms_c_ampdu_finalize()
757 preamble_type, in brcms_c_ampdu_finalize()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal_rx.h95 u32 preamble_type; member
130 u32 preamble_type; member
H A Dhal_rx.c854 rx_user_status->preamble_type = ppdu_info->preamble_type; in ath11k_hal_rx_populate_mu_user_info()
920 ppdu_info->preamble_type = in ath11k_hal_rx_parse_mon_status_tlv()
928 switch (ppdu_info->preamble_type) { in ath11k_hal_rx_parse_mon_status_tlv()
H A Ddp_rx.c2822 if (ppdu_info->preamble_type == HAL_RX_PREAMBLE_11A || in ath11k_dp_rx_update_peer_stats()
2823 ppdu_info->preamble_type == HAL_RX_PREAMBLE_11B) { in ath11k_dp_rx_update_peer_stats()
2847 if (ppdu_info->preamble_type < HAL_RX_PREAMBLE_MAX) in ath11k_dp_rx_update_peer_stats()
2848 rx_stats->pream_cnt[ppdu_info->preamble_type] += num_msdu; in ath11k_dp_rx_update_peer_stats()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_mon.c105 rx_user_status->preamble_type = ppdu_info->preamble_type; in ath12k_wifi7_dp_mon_rx_populate_mu_user_info()
1601 ppdu_info->preamble_type = in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
1613 switch (ppdu_info->preamble_type) { in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
2362 tx_ppdu_info->rx_status.preamble_type = in ath12k_wifi7_dp_mon_tx_parse_status_tlv()