Lines Matching refs:ath12k_base

33 	struct ath12k_base *ab;
103 void ath12k_dp_htt_htc_t2h_msg_handler(struct ath12k_base *ab,
105 int ath12k_dp_rx_pdev_reo_setup(struct ath12k_base *ab);
106 void ath12k_dp_rx_pdev_reo_cleanup(struct ath12k_base *ab);
107 int ath12k_dp_rx_htt_setup(struct ath12k_base *ab);
108 int ath12k_dp_rx_alloc(struct ath12k_base *ab);
109 void ath12k_dp_rx_free(struct ath12k_base *ab);
110 int ath12k_dp_rx_pdev_alloc(struct ath12k_base *ab, int pdev_idx);
111 void ath12k_dp_rx_pdev_free(struct ath12k_base *ab, int pdev_idx);
112 void ath12k_dp_rx_reo_cmd_list_cleanup(struct ath12k_base *ab);
113 void ath12k_dp_rx_process_reo_status(struct ath12k_base *ab);
114 int ath12k_dp_rx_process_wbm_err(struct ath12k_base *ab,
116 int ath12k_dp_rx_process_err(struct ath12k_base *ab, struct napi_struct *napi,
118 int ath12k_dp_rx_process(struct ath12k_base *ab, int mac_id,
121 int ath12k_dp_rx_bufs_replenish(struct ath12k_base *ab,
128 u8 ath12k_dp_rx_h_l3pad(struct ath12k_base *ab,
131 ath12k_dp_rx_h_find_peer(struct ath12k_base *ab, struct sk_buff *msdu);
132 u8 ath12k_dp_rx_h_decap_type(struct ath12k_base *ab,
134 u32 ath12k_dp_rx_h_mpdu_err(struct ath12k_base *ab,
139 ath12k_dp_rx_h_find_peer(struct ath12k_base *ab, struct sk_buff *msdu);
141 int ath12k_dp_rxdma_ring_sel_config_qcn9274(struct ath12k_base *ab);
142 int ath12k_dp_rxdma_ring_sel_config_wcn7850(struct ath12k_base *ab);
144 int ath12k_dp_htt_tlv_iter(struct ath12k_base *ab, const void *ptr, size_t len,
145 int (*iter)(struct ath12k_base *ar, u16 tag, u16 len,