Home
last modified time | relevance | path

Searched defs: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()
920 static int ath12k_dp_rx_crypto_icv_len(struct ath12k_pdev_dp *dp_pdev, 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()
993 static void ath12k_dp_rx_h_undecap_raw(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_raw()
1053 static void ath12k_get_dot11_hdr_from_rx_desc(struct ath12k_pdev_dp *dp_pdev, in ath12k_get_dot11_hdr_from_rx_desc()
1095 static void ath12k_dp_rx_h_undecap_eth(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_eth()
1124 void ath12k_dp_rx_h_undecap(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, in ath12k_dp_rx_h_undecap()
1163 ath12k_dp_rx_h_find_link_peer(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, in ath12k_dp_rx_h_find_link_peer()
1184 static void ath12k_dp_rx_h_rate(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_rate()
1265 void ath12k_dp_rx_h_ppdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_ppdu()
[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()
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()
H A Dmac.c9810 struct ath12k_pdev_dp *dp_pdev = &ar->dp; in ath12k_mac_stop() local