Home
last modified time | relevance | path

Searched refs:pdev_mask (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c859 u8 pdev_mask; in ath12k_dp_tx_htt_h2t_ppdu_stats_req() local
873 pdev_mask = 1 << (i + 1); in ath12k_dp_tx_htt_h2t_ppdu_stats_req()
874 cmd->msg |= le32_encode_bits(pdev_mask, HTT_PPDU_STATS_CFG_PDEV_ID); in ath12k_dp_tx_htt_h2t_ppdu_stats_req()
1007 cmd->hdr.pdev_mask = 1 << ar->pdev->pdev_id; in ath12k_dp_tx_htt_h2t_ext_stats_req()
H A Ddp.h1722 u8 pdev_mask; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c1050 u8 pdev_mask; in ath11k_dp_tx_htt_h2t_ppdu_stats_req() local
1064 pdev_mask = 1 << (ar->pdev_idx + i); in ath11k_dp_tx_htt_h2t_ppdu_stats_req()
1065 cmd->msg |= FIELD_PREP(HTT_PPDU_STATS_CFG_PDEV_ID, pdev_mask); in ath11k_dp_tx_htt_h2t_ppdu_stats_req()
1173 cmd->hdr.pdev_mask = 1 << pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
H A Ddp.h1522 u8 pdev_mask; member