| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_mon.h | 105 ath12k_dp_mon_parse_status_buf(struct ath12k_pdev_dp *dp_pdev, 108 void ath12k_dp_mon_update_radiotap(struct ath12k_pdev_dp *dp_pdev, 112 void ath12k_dp_mon_rx_deliver_msdu(struct ath12k_pdev_dp *dp_pdev, 119 ath12k_dp_mon_rx_merg_msdus(struct ath12k_pdev_dp *dp_pdev,
|
| H A D | dp_rx.h | 191 void ath12k_dp_rx_h_undecap(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, 196 void ath12k_dp_rx_deliver_msdu(struct ath12k_pdev_dp *dp_pdev, struct napi_struct *napi, 207 void ath12k_dp_rx_h_undecap_frag(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, 246 ath12k_dp_rx_h_find_link_peer(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, 255 void ath12k_dp_rx_h_ppdu(struct ath12k_pdev_dp *dp_pdev,
|
| H A D | dp_rx.c | 283 struct ath12k_pdev_dp *dp = &ar->dp; in ath12k_dp_rx_pdev_srng_free() 326 struct ath12k_pdev_dp *dp = &ar->dp; in ath12k_dp_rx_pdev_srng_alloc() 889 static int ath12k_dp_rx_crypto_param_len(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_crypto_param_len() 917 static int ath12k_dp_rx_crypto_icv_len(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_crypto_icv_len() 942 static void ath12k_dp_rx_h_undecap_nwifi(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_nwifi() 990 static void ath12k_dp_rx_h_undecap_raw(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_raw() 1050 static void ath12k_get_dot11_hdr_from_rx_desc(struct ath12k_pdev_dp *dp_pdev, in ath12k_get_dot11_hdr_from_rx_desc() 1092 static void ath12k_dp_rx_h_undecap_eth(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_rx_h_undecap_eth() 1121 void ath12k_dp_rx_h_undecap(struct ath12k_pdev_dp *dp_pdev, struct sk_buff *msdu, in ath12k_dp_rx_h_undecap() 1161 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() [all …]
|
| H A D | dp_peer.h | 177 struct ath12k_dp_peer *ath12k_dp_peer_find_by_peerid(struct ath12k_pdev_dp *dp_pdev, 180 ath12k_dp_link_peer_find_by_peerid(struct ath12k_pdev_dp *dp_pdev, u16 peer_id);
|
| H A D | dp.h | 154 struct ath12k_pdev_dp { struct 533 struct ath12k_pdev_dp __rcu *dp_pdevs[MAX_RADIOS]; 668 ath12k_pdev_dp_to_hw(struct ath12k_pdev_dp *pdev) in ath12k_pdev_dp_to_hw() 673 static inline struct ath12k_pdev_dp *
|
| H A D | dp_mon.c | 106 ath12k_dp_mon_fill_rx_rate(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_mon_fill_rx_rate() 207 ath12k_dp_mon_rx_merg_msdus(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_mon_rx_merg_msdus() 384 void ath12k_dp_mon_update_radiotap(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_mon_update_radiotap() 495 void ath12k_dp_mon_rx_deliver_msdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_mon_rx_deliver_msdu() 610 ath12k_dp_mon_parse_status_buf(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_mon_parse_status_buf()
|
| H A D | dp_tx.c | 190 struct ath12k_pdev_dp *dp_pdev; in ath12k_dp_tx_free_txbuf()
|
| H A D | dp_peer.c | 413 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 D | dp_htt.c | 186 ath12k_update_per_peer_tx_stats(struct ath12k_pdev_dp *dp_pdev, in ath12k_update_per_peer_tx_stats() 357 static void ath12k_htt_update_ppdu_stats(struct ath12k_pdev_dp *dp_pdev, in ath12k_htt_update_ppdu_stats() 367 struct htt_ppdu_stats_info *ath12k_dp_htt_get_ppdu_desc(struct ath12k_pdev_dp *dp_pdev, in ath12k_dp_htt_get_ppdu_desc() 438 struct ath12k_pdev_dp *dp_pdev; in ath12k_htt_pull_ppdu_stats()
|
| H A D | core.h | 616 struct ath12k_pdev_dp dp; 1428 static inline struct ath12k *ath12k_pdev_dp_to_ar(struct ath12k_pdev_dp *dp) in ath12k_pdev_dp_to_ar()
|
| H A D | dp.c | 858 struct ath12k_pdev_dp *dp = &ar->dp; in ath12k_dp_pdev_pre_alloc() 869 struct ath12k_pdev_dp *dp_pdev; in ath12k_dp_pdev_alloc()
|
| H A D | mac.c | 9789 struct ath12k_pdev_dp *dp_pdev = &ar->dp; in ath12k_mac_stop()
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_rx.c | 326 static void ath12k_wifi7_dp_rx_h_mpdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_h_mpdu() 490 static int ath12k_wifi7_dp_rx_process_msdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_process_msdu() 581 struct ath12k_pdev_dp *dp_pdev; in ath12k_wifi7_dp_rx_process_received_packets() 799 ath12k_wifi7_dp_rx_h_defrag_validate_incr_pn(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_h_defrag_validate_incr_pn() 975 static int ath12k_wifi7_dp_rx_h_verify_tkip_mic(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_h_verify_tkip_mic() 1044 static int ath12k_wifi7_dp_rx_h_defrag(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_h_defrag() 1136 static int ath12k_wifi7_dp_rx_frag_h_mpdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_frag_h_mpdu() 1263 ath12k_wifi7_dp_process_rx_err_buf(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_process_rx_err_buf() 1411 struct ath12k_pdev_dp *dp_pdev; in ath12k_wifi7_dp_rx_process_err() 1583 static int ath12k_wifi7_dp_rx_h_null_q_desc(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_rx_h_null_q_desc() [all …]
|
| H A D | dp_tx.h | 10 int ath12k_wifi7_dp_tx(struct ath12k_pdev_dp *dp_pdev, struct ath12k_link_vif *arvif,
|
| H A D | dp_mon.h | 18 ath12k_wifi7_dp_mon_tx_parse_mon_status(struct ath12k_pdev_dp *dp_pdev,
|
| H A D | dp_tx.c | 61 int ath12k_wifi7_dp_tx(struct ath12k_pdev_dp *dp_pdev, struct ath12k_link_vif *arvif, in ath12k_wifi7_dp_tx() 401 struct ath12k_pdev_dp *dp_pdev; in ath12k_dp_tx_htt_tx_complete_buf() 525 static void ath12k_wifi7_dp_tx_update_txcompl(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_tx_update_txcompl() 646 static void ath12k_wifi7_dp_tx_complete_msdu(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_tx_complete_msdu() 822 struct ath12k_pdev_dp *dp_pdev; in ath12k_wifi7_dp_tx_completion_handler()
|
| H A D | dp_mon.c | 1522 ath12k_wifi7_dp_mon_rx_parse_status_tlv(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_rx_parse_status_tlv() 1793 ath12k_wifi7_dp_mon_parse_rx_dest_tlv(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_parse_rx_dest_tlv() 2433 ath12k_wifi7_dp_mon_rx_deliver(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_rx_deliver() 2490 ath12k_wifi7_dp_mon_tx_process_ppdu_info(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_tx_process_ppdu_info() 2509 ath12k_wifi7_dp_mon_tx_parse_mon_status(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_tx_parse_mon_status() 2927 ath12k_wifi7_dp_mon_parse_rx_dest(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_parse_rx_dest() 2981 ath12k_wifi7_dp_mon_rx_parse_mon_status(struct ath12k_pdev_dp *dp_pdev, in ath12k_wifi7_dp_mon_rx_parse_mon_status() 3197 ath12k_wifi7_dp_mon_srng_process(struct ath12k_pdev_dp *pdev_dp, int *budget, in ath12k_wifi7_dp_mon_srng_process() 3356 struct ath12k_pdev_dp *dp_pdev; in ath12k_wifi7_dp_mon_process_ring()
|
| H A D | hw.c | 775 struct ath12k_pdev_dp *dp_pdev, *tmp_dp_pdev; in ath12k_wifi7_mac_op_tx()
|