Lines Matching refs:soc_hdl

186 static QDF_STATUS dp_sysfs_deinitialize_stats(struct dp_soc *soc_hdl);
187 static QDF_STATUS dp_sysfs_initialize_stats(struct dp_soc *soc_hdl);
219 static inline QDF_STATUS dp_peer_create_wifi3(struct cdp_soc_t *soc_hdl,
223 static QDF_STATUS dp_peer_delete_wifi3(struct cdp_soc_t *soc_hdl,
235 static bool dp_get_cfr_rcc(struct cdp_soc_t *soc_hdl, uint8_t pdev_id);
236 static void dp_set_cfr_rcc(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
239 dp_get_cfr_dbg_stats(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
242 dp_clear_cfr_dbg_stats(struct cdp_soc_t *soc_hdl, uint8_t pdev_id);
404 static int dp_get_num_rx_contexts(struct cdp_soc_t *soc_hdl) in dp_get_num_rx_contexts() argument
408 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_get_num_rx_contexts()
436 static int dp_get_num_rx_contexts(struct cdp_soc_t *soc_hdl) in dp_get_num_rx_contexts() argument
439 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_get_num_rx_contexts()
449 static int dp_get_num_rx_contexts(struct cdp_soc_t *soc_hdl) in dp_get_num_rx_contexts() argument
453 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_get_num_rx_contexts()
566 static int dp_peer_add_ast_wifi3(struct cdp_soc_t *soc_hdl, in dp_peer_add_ast_wifi3() argument
575 struct dp_peer *peer = dp_peer_find_hash_find((struct dp_soc *)soc_hdl, in dp_peer_add_ast_wifi3()
584 status = dp_peer_add_ast((struct dp_soc *)soc_hdl, in dp_peer_add_ast_wifi3()
602 static int dp_peer_update_ast_wifi3(struct cdp_soc_t *soc_hdl, in dp_peer_update_ast_wifi3() argument
609 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_update_ast_wifi3()
616 peer = dp_peer_find_hash_find((struct dp_soc *)soc_hdl, in dp_peer_update_ast_wifi3()
671 static QDF_STATUS dp_wds_reset_ast_wifi3(struct cdp_soc_t *soc_hdl, in dp_wds_reset_ast_wifi3() argument
676 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_wds_reset_ast_wifi3()
730 dp_wds_reset_ast_table_wifi3(struct cdp_soc_t *soc_hdl, in dp_wds_reset_ast_table_wifi3() argument
733 struct dp_soc *soc = (struct dp_soc *) soc_hdl; in dp_wds_reset_ast_table_wifi3()
779 static void dp_wds_flush_ast_table_wifi3(struct cdp_soc_t *soc_hdl) in dp_wds_flush_ast_table_wifi3() argument
781 struct dp_soc *soc = (struct dp_soc *) soc_hdl; in dp_wds_flush_ast_table_wifi3()
856 (struct cdp_soc_t *soc_hdl, in dp_peer_get_ast_info_by_soc_wifi3() argument
861 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_get_ast_info_by_soc_wifi3()
908 (struct cdp_soc_t *soc_hdl, in dp_peer_get_ast_info_by_pdevid_wifi3() argument
914 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_get_ast_info_by_pdevid_wifi3()
4950 static QDF_STATUS dp_vdev_register_wifi3(struct cdp_soc_t *soc_hdl, in dp_vdev_register_wifi3() argument
4955 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_vdev_register_wifi3()
5192 static QDF_STATUS dp_txrx_alloc_vdev_stats_id(struct cdp_soc_t *soc_hdl, in dp_txrx_alloc_vdev_stats_id() argument
5195 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_alloc_vdev_stats_id()
5222 static void dp_txrx_reset_vdev_stats_id(struct cdp_soc_t *soc_hdl, in dp_txrx_reset_vdev_stats_id() argument
5225 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_reset_vdev_stats_id()
5633 dp_peer_create_wifi3(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_peer_create_wifi3() argument
5638 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_create_wifi3()
6084 dp_peer_setup_wifi3_wrapper(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_peer_setup_wifi3_wrapper() argument
6088 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_setup_wifi3_wrapper()
6090 return soc->arch_ops.txrx_peer_setup(soc_hdl, vdev_id, in dp_peer_setup_wifi3_wrapper()
6102 static QDF_STATUS dp_cp_peer_del_resp_handler(struct cdp_soc_t *soc_hdl, in dp_cp_peer_del_resp_handler() argument
6106 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_cp_peer_del_resp_handler()
6175 dp_record_mscs_params(struct cdp_soc_t *soc_hdl, uint8_t *peer_mac, in dp_record_mscs_params() argument
6182 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_record_mscs_params()
6282 dp_peer_authorize(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_peer_authorize() argument
6286 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_authorize()
6300 dp_peer_flush_frags(soc_hdl, vdev_id, peer_mac); in dp_peer_authorize()
6318 dp_peer_get_authorize(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_peer_get_authorize() argument
6321 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_get_authorize()
6513 static QDF_STATUS dp_peer_delete_wifi3(struct cdp_soc_t *soc_hdl, in dp_peer_delete_wifi3() argument
6518 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_peer_delete_wifi3()
6594 static QDF_STATUS dp_update_roaming_peer_wifi3(struct cdp_soc_t *soc_hdl, in dp_update_roaming_peer_wifi3() argument
6599 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_update_roaming_peer_wifi3()
6621 static uint8_t *dp_get_vdev_mac_addr_wifi3(struct cdp_soc_t *soc_hdl, in dp_get_vdev_mac_addr_wifi3() argument
6624 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_vdev_mac_addr_wifi3()
6646 static int dp_vdev_set_wds(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_vdev_set_wds() argument
6649 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_vdev_set_wds()
6663 static int dp_get_opmode(struct cdp_soc_t *soc_hdl, uint8_t vdev_id) in dp_get_opmode() argument
6665 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_opmode()
6690 void dp_get_os_rx_handles_from_vdev_wifi3(struct cdp_soc_t *soc_hdl, in dp_get_os_rx_handles_from_vdev_wifi3() argument
6695 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_os_rx_handles_from_vdev_wifi3()
6717 struct cdp_soc_t *soc_hdl, in dp_get_ctrl_pdev_from_vdev_wifi3() argument
6720 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_ctrl_pdev_from_vdev_wifi3()
6837 static void dp_enable_vdev_peer_protocol_count(struct cdp_soc_t *soc_hdl, in dp_enable_vdev_peer_protocol_count() argument
6841 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_enable_vdev_peer_protocol_count()
6853 static void dp_enable_vdev_peer_protocol_drop_mask(struct cdp_soc_t *soc_hdl, in dp_enable_vdev_peer_protocol_drop_mask() argument
6857 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_enable_vdev_peer_protocol_drop_mask()
6869 static int dp_is_vdev_peer_protocol_count_enabled(struct cdp_soc_t *soc_hdl, in dp_is_vdev_peer_protocol_count_enabled() argument
6872 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_is_vdev_peer_protocol_count_enabled()
6889 static int dp_get_vdev_peer_protocol_drop_mask(struct cdp_soc_t *soc_hdl, in dp_get_vdev_peer_protocol_drop_mask() argument
6892 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_vdev_peer_protocol_drop_mask()
7134 static QDF_STATUS dp_get_device_stats(struct cdp_soc_t *soc_hdl, uint8_t id, in dp_get_device_stats() argument
7138 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_device_stats()
9445 static QDF_STATUS dp_txrx_update_vdev_host_stats(struct cdp_soc_t *soc_hdl, in dp_txrx_update_vdev_host_stats() argument
9451 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_update_vdev_host_stats()
9711 dp_txrx_reset_peer_stats(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_txrx_reset_peer_stats() argument
9715 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_txrx_reset_peer_stats()
9785 dp_txrx_get_vdev_stats(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_txrx_get_vdev_stats() argument
9788 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_get_vdev_stats()
10351 QDF_STATUS dp_sysfs_fill_stats(ol_txrx_soc_handle soc_hdl, in dp_sysfs_fill_stats() argument
10363 if (!soc_hdl) { in dp_sysfs_fill_stats()
10364 dp_cdp_err("%pK: soc_hdl is NULL", soc_hdl); in dp_sysfs_fill_stats()
10368 soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_sysfs_fill_stats()
10418 dp_txrx_stats_request(soc_hdl, mac_id, &req); in dp_sysfs_fill_stats()
10429 QDF_STATUS dp_sysfs_set_stat_type(ol_txrx_soc_handle soc_hdl, in dp_sysfs_set_stat_type() argument
10432 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_sysfs_set_stat_type()
10434 if (!soc_hdl) { in dp_sysfs_set_stat_type()
10450 QDF_STATUS dp_sysfs_initialize_stats(struct dp_soc *soc_hdl) in dp_sysfs_initialize_stats() argument
10455 if (!soc_hdl) { in dp_sysfs_initialize_stats()
10456 dp_cdp_err("%pK: soc_hdl is NULL", soc_hdl); in dp_sysfs_initialize_stats()
10460 soc = soc_hdl; in dp_sysfs_initialize_stats()
10485 QDF_STATUS dp_sysfs_deinitialize_stats(struct dp_soc *soc_hdl) in dp_sysfs_deinitialize_stats() argument
10490 if (!soc_hdl) { in dp_sysfs_deinitialize_stats()
10491 dp_cdp_err("%pK: soc_hdl is NULL", soc_hdl); in dp_sysfs_deinitialize_stats()
10495 soc = soc_hdl; in dp_sysfs_deinitialize_stats()
10517 QDF_STATUS dp_sysfs_deinitialize_stats(struct dp_soc *soc_hdl) in dp_sysfs_deinitialize_stats() argument
10523 QDF_STATUS dp_sysfs_initialize_stats(struct dp_soc *soc_hdl) in dp_sysfs_initialize_stats() argument
10538 QDF_STATUS dp_txrx_clear_dump_stats(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_txrx_clear_dump_stats() argument
10541 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_clear_dump_stats()
10567 dp_txrx_get_interface_stats(struct cdp_soc_t *soc_hdl, in dp_txrx_get_interface_stats() argument
10572 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_get_interface_stats()
10575 return soc->arch_ops.dp_get_interface_stats(soc_hdl, in dp_txrx_get_interface_stats()
10709 dp_txrx_data_tx_cb_set(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_txrx_data_tx_cb_set() argument
10712 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_data_tx_cb_set()
10772 static void *dp_vdev_get_dp_ext_handle(ol_txrx_soc_handle soc_hdl, in dp_vdev_get_dp_ext_handle() argument
10775 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_vdev_get_dp_ext_handle()
10797 dp_vdev_set_dp_ext_handle(ol_txrx_soc_handle soc_hdl, uint8_t vdev_id, in dp_vdev_set_dp_ext_handle() argument
10800 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_vdev_set_dp_ext_handle()
10831 dp_vdev_inform_ll_conn(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_vdev_inform_ll_conn() argument
10834 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_vdev_inform_ll_conn()
10869 static QDF_STATUS dp_soc_set_swlm_enable(struct cdp_soc_t *soc_hdl, in dp_soc_set_swlm_enable() argument
10872 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_soc_set_swlm_enable()
10890 static uint8_t dp_soc_is_swlm_enabled(struct cdp_soc_t *soc_hdl) in dp_soc_is_swlm_enabled() argument
10892 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_soc_is_swlm_enabled()
10936 (struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_soc_map_pdev_to_lmac() argument
10939 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_soc_map_pdev_to_lmac()
10965 (struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_soc_handle_pdev_mode_change() argument
10968 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_soc_handle_pdev_mode_change()
11056 dp_peer_teardown_wifi3(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_peer_teardown_wifi3() argument
11059 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_teardown_wifi3()
11157 static QDF_STATUS dp_peer_map_attach_wifi3(struct cdp_soc_t *soc_hdl, in dp_peer_map_attach_wifi3() argument
11162 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_map_attach_wifi3()
11194 static QDF_STATUS dp_soc_set_param(struct cdp_soc_t *soc_hdl, in dp_soc_set_param() argument
11198 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_soc_set_param()
11288 static QDF_STATUS dp_flush_rate_stats_req(struct cdp_soc_t *soc_hdl, in dp_flush_rate_stats_req() argument
11291 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_flush_rate_stats_req()
11305 dp_flush_rate_stats_req(struct cdp_soc_t *soc_hdl, in dp_flush_rate_stats_req() argument
11323 dp_get_peer_extd_rate_link_stats(struct cdp_soc_t *soc_hdl, uint8_t *mac_addr) in dp_get_peer_extd_rate_link_stats() argument
11330 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_get_peer_extd_rate_link_stats()
11376 dp_get_peer_extd_rate_link_stats(struct cdp_soc_t *soc_hdl, uint8_t *mac_addr) in dp_get_peer_extd_rate_link_stats() argument
11379 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_get_peer_extd_rate_link_stats()
11405 dp_get_peer_extd_rate_link_stats(struct cdp_soc_t *soc_hdl, uint8_t *mac_addr) in dp_get_peer_extd_rate_link_stats() argument
11411 static void *dp_peer_get_peerstats_ctx(struct cdp_soc_t *soc_hdl, in dp_peer_get_peerstats_ctx() argument
11415 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_peer_get_peerstats_ctx()
12138 dp_enable_disable_vdev_tx_delay_stats(struct cdp_soc_t *soc_hdl, in dp_enable_disable_vdev_tx_delay_stats() argument
12142 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_enable_disable_vdev_tx_delay_stats()
12162 dp_check_vdev_tx_delay_stats_enabled(struct cdp_soc_t *soc_hdl, in dp_check_vdev_tx_delay_stats_enabled() argument
12165 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_check_vdev_tx_delay_stats_enabled()
12210 dp_get_tsf_time(struct cdp_soc_t *soc_hdl, uint32_t tsf_id, uint32_t mac_id, in dp_get_tsf_time() argument
12213 hal_get_tsf_time(((struct dp_soc *)soc_hdl)->hal_soc, tsf_id, mac_id, in dp_get_tsf_time()
12218 dp_get_tsf_time(struct cdp_soc_t *soc_hdl, uint32_t tsf_id, uint32_t mac_id, in dp_get_tsf_time() argument
12233 dp_get_tsf2_scratch_reg(struct cdp_soc_t *soc_hdl, uint8_t mac_id, in dp_get_tsf2_scratch_reg() argument
12236 hal_get_tsf2_offset(((struct dp_soc *)soc_hdl)->hal_soc, mac_id, value); in dp_get_tsf2_scratch_reg()
12247 dp_get_tqm_scratch_reg(struct cdp_soc_t *soc_hdl, uint64_t *value) in dp_get_tqm_scratch_reg() argument
12249 hal_get_tqm_offset(((struct dp_soc *)soc_hdl)->hal_soc, value); in dp_get_tqm_scratch_reg()
12260 void dp_set_tx_pause(struct cdp_soc_t *soc_hdl, bool flag) in dp_set_tx_pause() argument
12262 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_set_tx_pause()
12267 static inline uint64_t dp_rx_fisa_get_cmem_base(struct cdp_soc_t *soc_hdl, in dp_rx_fisa_get_cmem_base() argument
12270 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_rx_fisa_get_cmem_base()
12295 bool dp_evaluate_update_tx_ilp_config(struct cdp_soc_t *soc_hdl, in dp_evaluate_update_tx_ilp_config() argument
12299 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_evaluate_update_tx_ilp_config()
12851 static QDF_STATUS dp_runtime_suspend(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_runtime_suspend() argument
12853 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_runtime_suspend()
12899 static QDF_STATUS dp_runtime_resume(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_runtime_resume() argument
12901 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_runtime_resume()
12931 static uint32_t dp_tx_get_success_ack_stats(struct cdp_soc_t *soc_hdl, in dp_tx_get_success_ack_stats() argument
12934 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_tx_get_success_ack_stats()
12972 struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_register_data_stall_detect_cb() argument
12975 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_register_data_stall_detect_cb()
12998 struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_deregister_data_stall_detect_cb() argument
13001 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_deregister_data_stall_detect_cb()
13026 dp_txrx_post_data_stall_event(struct cdp_soc_t *soc_hdl, in dp_txrx_post_data_stall_event() argument
13032 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_txrx_post_data_stall_event()
13070 dp_txrx_ext_stats_request(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_txrx_ext_stats_request() argument
13073 struct dp_soc *soc = (struct dp_soc *)soc_hdl; in dp_txrx_ext_stats_request()
13125 static void dp_mark_first_wakeup_packet(struct cdp_soc_t *soc_hdl, in dp_mark_first_wakeup_packet() argument
13128 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_mark_first_wakeup_packet()
13153 static int dp_set_peer_txq_flush_config(struct cdp_soc_t *soc_hdl, in dp_set_peer_txq_flush_config() argument
13160 if (!soc_hdl) { in dp_set_peer_txq_flush_config()
13164 soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_set_peer_txq_flush_config()
13188 void dp_register_packetdump_callback(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_register_packetdump_callback() argument
13192 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_register_packetdump_callback()
13219 void dp_deregister_packetdump_callback(struct cdp_soc_t *soc_hdl, in dp_deregister_packetdump_callback() argument
13222 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_deregister_packetdump_callback()
13245 dp_set_bus_vote_lvl_high(ol_txrx_soc_handle soc_hdl, bool high) in dp_set_bus_vote_lvl_high() argument
13247 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_set_bus_vote_lvl_high()
13259 dp_get_bus_vote_lvl_high(ol_txrx_soc_handle soc_hdl) in dp_get_bus_vote_lvl_high() argument
13261 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_bus_vote_lvl_high()
13384 static QDF_STATUS dp_bus_suspend(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_bus_suspend() argument
13386 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_bus_suspend()
13418 static QDF_STATUS dp_bus_resume(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_bus_resume() argument
13420 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_bus_resume()
13446 static void dp_process_wow_ack_rsp(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_process_wow_ack_rsp() argument
13448 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_process_wow_ack_rsp()
13471 static void dp_process_target_suspend_req(struct cdp_soc_t *soc_hdl, in dp_process_target_suspend_req() argument
13474 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_process_target_suspend_req()
13898 bool dp_get_cfr_rcc(struct cdp_soc_t *soc_hdl, uint8_t pdev_id) in dp_get_cfr_rcc() argument
13900 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_cfr_rcc()
13921 void dp_set_cfr_rcc(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, bool enable) in dp_set_cfr_rcc() argument
13923 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_set_cfr_rcc()
13944 dp_get_cfr_dbg_stats(struct cdp_soc_t *soc_hdl, uint8_t pdev_id, in dp_get_cfr_dbg_stats() argument
13947 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_get_cfr_dbg_stats()
13966 static void dp_clear_cfr_dbg_stats(struct cdp_soc_t *soc_hdl, in dp_clear_cfr_dbg_stats() argument
13969 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_clear_cfr_dbg_stats()
14711 struct dp_srng *dp_setup_direct_link_refill_ring(struct cdp_soc_t *soc_hdl, in dp_setup_direct_link_refill_ring() argument
14714 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_setup_direct_link_refill_ring()
14746 void dp_destroy_direct_link_refill_ring(struct cdp_soc_t *soc_hdl, in dp_destroy_direct_link_refill_ring() argument
14749 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_destroy_direct_link_refill_ring()
14763 QDF_STATUS dp_set_vlan_groupkey(struct cdp_soc_t *soc_hdl, uint8_t vdev_id, in dp_set_vlan_groupkey() argument
14766 struct dp_soc *soc = cdp_soc_t_to_dp_soc(soc_hdl); in dp_set_vlan_groupkey()