Home
last modified time | relevance | path

Searched refs:htt_soc (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.h77 void htt_htc_pkt_pool_free(struct htt_soc *soc);
242 struct htt_soc { struct
800 struct dp_htt_htc_pkt *htt_htc_pkt_alloc(struct htt_soc *soc);
808 htt_htc_pkt_free(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt);
817 htt_htc_misc_pkt_list_add(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt) in htt_htc_misc_pkt_list_add()
829 htt_htc_misc_pkt_list_add(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt);
842 static inline QDF_STATUS DP_HTT_SEND_HTC_PKT(struct htt_soc *soc, in DP_HTT_SEND_HTC_PKT()
915 htt_soc_initialize(struct htt_soc *htt_soc,
960 struct htt_soc *htt_soc_attach(struct dp_soc *soc, HTC_HANDLE htc_hdl);
969 void htt_set_htc_handle(struct htt_soc *htt_hdl, HTC_HANDLE htc_soc);
[all …]
H A Ddp_htt.c66 htt_htc_pkt_alloc(struct htt_soc *soc) in htt_htc_pkt_alloc()
91 htt_htc_pkt_free(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt) in htt_htc_pkt_free()
106 htt_htc_pkt_pool_free(struct htt_soc *soc) in htt_htc_pkt_pool_free()
127 htt_htc_misc_pkt_list_trim(struct htt_soc *soc, int level) in htt_htc_misc_pkt_list_trim()
155 htt_htc_misc_pkt_list_add(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt) in htt_htc_misc_pkt_list_add()
186 htt_htc_misc_pkt_pool_free(struct htt_soc *soc) in htt_htc_misc_pkt_pool_free()
270 struct htt_soc *soc = (struct htt_soc *) context; in dp_htt_h2t_send_complete()
294 struct htt_soc *soc = (struct htt_soc *) context; in dp_htt_h2t_send_complete()
325 static int dp_htt_h2t_add_tcl_metadata_ver_v1(struct htt_soc *soc, in dp_htt_h2t_add_tcl_metadata_ver_v1()
371 static int dp_htt_h2t_add_tcl_metadata_ver_v2(struct htt_soc *soc, in dp_htt_h2t_add_tcl_metadata_ver_v2()
[all …]
H A Ddp_rings_main.c2323 struct htt_soc *htt_soc = soc->htt_handle; in dp_soc_deinit() local
2373 htt_soc_detach(htt_soc); in dp_soc_deinit()
3479 struct htt_soc *htt_soc = (struct htt_soc *)soc->htt_handle; in dp_soc_init() local
3485 htt_soc = htt_soc_attach(soc, htc_handle); in dp_soc_init()
3486 if (!htt_soc) in dp_soc_init()
3489 soc->htt_handle = htt_soc; in dp_soc_init()
3491 if (htt_soc_htc_prealloc(htt_soc) != QDF_STATUS_SUCCESS) in dp_soc_init()
3494 htt_set_htc_handle(htt_soc, htc_handle); in dp_soc_init()
3544 htt_get_htc_handle(htt_soc), in dp_soc_init()
3670 htt_htc_pkt_pool_free(htt_soc); in dp_soc_init()
[all …]
H A Ddp_types.h2715 struct htt_soc *htt_handle;
H A Ddp_internal.h542 static inline bool dp_monitor_ppdu_stats_ind_handler(struct htt_soc *soc, in dp_monitor_ppdu_stats_ind_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c137 QDF_STATUS dp_htt_h2t_rx_ring_rfs_cfg(struct htt_soc *soc) in dp_htt_h2t_rx_ring_rfs_cfg()
243 struct htt_soc *soc = (struct htt_soc *)context; in dp_htt_t2h_msg_handler_fast()
436 dp_htt_htc_attach(struct htt_soc *soc, uint16_t service_id) in dp_htt_htc_attach()
490 dp_htt_htc_soc_attach_all(struct htt_soc *soc) in dp_htt_htc_soc_attach_all()
529 dp_htt_soc_initialize_rh(struct htt_soc *htt_soc, in dp_htt_soc_initialize_rh() argument
534 struct htt_soc *soc = (struct htt_soc *)htt_soc; in dp_htt_soc_initialize_rh()
H A Ddp_rh_htt.h41 QDF_STATUS dp_htt_h2t_rx_ring_rfs_cfg(struct htt_soc *soc);
54 dp_htt_soc_initialize_rh(struct htt_soc *htt_soc,
H A Ddp_rh.c296 struct htt_soc *htt_soc = soc->htt_handle; in dp_soc_deinit_rh() local
341 htt_soc_detach(htt_soc); in dp_soc_deinit_rh()
352 struct htt_soc *htt_soc = (struct htt_soc *)soc->htt_handle; in dp_soc_init_rh() local
365 htt_soc = htt_soc_attach(soc, htc_handle); in dp_soc_init_rh()
366 if (!htt_soc) in dp_soc_init_rh()
369 soc->htt_handle = htt_soc; in dp_soc_init_rh()
371 if (htt_soc_htc_prealloc(htt_soc) != QDF_STATUS_SUCCESS) in dp_soc_init_rh()
374 htt_set_htc_handle(htt_soc, htc_handle); in dp_soc_init_rh()
404 htt_get_htc_handle(htt_soc), in dp_soc_init_rh()
489 htt_htc_pkt_pool_free(htt_soc); in dp_soc_init_rh()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_tx.c104 struct htt_soc *htt_handle; in dp_tx_process_htt_completion_li()
108 htt_handle = (struct htt_soc *)soc->htt_handle; in dp_tx_process_htt_completion_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_filter_2.0.c1028 int htt_h2t_tx_ring_cfg(struct htt_soc *htt_soc, int pdev_id, in htt_h2t_tx_ring_cfg() argument
1033 struct htt_soc *soc = (struct htt_soc *)htt_soc; in htt_h2t_tx_ring_cfg()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.h555 bool dp_ppdu_stats_ind_handler(struct htt_soc *soc,
691 bool (*mon_ppdu_stats_ind_handler)(struct htt_soc *soc,
3117 static inline bool dp_monitor_ppdu_stats_ind_handler(struct htt_soc *soc, in dp_monitor_ppdu_stats_ind_handler()
3139 static inline bool dp_monitor_ppdu_stats_ind_handler(struct htt_soc *soc, in dp_monitor_ppdu_stats_ind_handler()
H A Ddp_mon.c5520 dp_ppdu_stats_ind_handler(struct htt_soc *soc, in dp_ppdu_stats_ind_handler()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_tx.c275 struct htt_soc *htt_handle; in dp_tx_process_htt_completion_be()
281 htt_handle = (struct htt_soc *)soc->htt_handle; in dp_tx_process_htt_completion_be()