Home
last modified time | relevance | path

Searched refs:dp_pdev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_rx.c892 static int ath12k_dp_rx_crypto_param_len(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_crypto_param_len() argument
916 ath12k_warn(dp_pdev->dp->ab, "unsupported encryption type %d\n", enctype); in ath12k_dp_rx_crypto_param_len()
920 static int ath12k_dp_rx_crypto_icv_len(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_crypto_icv_len() argument
941 ath12k_warn(dp_pdev->dp->ab, "unsupported encryption type %d\n", enctype); in ath12k_dp_rx_crypto_icv_len()
945 static void ath12k_dp_rx_h_undecap_nwifi(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_nwifi() argument
981 ath12k_dp_rx_crypto_param_len(dp_pdev, enctype)); in ath12k_dp_rx_h_undecap_nwifi()
982 ath12k_dp_rx_desc_get_crypto_header(dp_pdev->dp->hal, in ath12k_dp_rx_h_undecap_nwifi()
993 static void ath12k_dp_rx_h_undecap_raw(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_raw() argument
999 struct ath12k_dp *dp = dp_pdev->dp; in ath12k_dp_rx_h_undecap_raw()
1024 ath12k_dp_rx_crypto_icv_len(dp_pdev, enctype)); in ath12k_dp_rx_h_undecap_raw()
[all …]
H A Ddp_peer.c413 struct ath12k_dp_peer *ath12k_dp_peer_find_by_peerid(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_peer_find_by_peerid() argument
417 struct ath12k_dp *dp = dp_pdev->dp; in ath12k_dp_peer_find_by_peerid()
427 return rcu_dereference(dp_pdev->dp_hw->dp_peers[index]); in ath12k_dp_peer_find_by_peerid()
432 ath12k_dp_link_peer_find_by_peerid(struct ath12k_pdev_dp *dp_pdev, u16 peer_id) in ath12k_dp_link_peer_find_by_peerid() argument
440 if (dp_pdev->hw_link_id >= ATH12K_GROUP_MAX_RADIO) in ath12k_dp_link_peer_find_by_peerid()
443 dp_peer = ath12k_dp_peer_find_by_peerid(dp_pdev, peer_id); in ath12k_dp_link_peer_find_by_peerid()
447 link_id = dp_peer->hw_links[dp_pdev->hw_link_id]; in ath12k_dp_link_peer_find_by_peerid()
H A Dmac.c9814 struct ath12k_pdev_dp *dp_pdev = &ar->dp; in ath12k_mac_stop() local
9839 spin_lock_bh(&dp_pdev->ppdu_list_lock); in ath12k_mac_stop()
9840 list_for_each_entry_safe(ppdu_stats, tmp, &dp_pdev->ppdu_stats_info, list) { in ath12k_mac_stop()
9844 spin_unlock_bh(&dp_pdev->ppdu_list_lock); in ath12k_mac_stop()