Home
last modified time | relevance | path

Searched refs:wlan_cfg_get_dp_soc_nss_cfg (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_txrx_wds.c252 !wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) in dp_ast_aging_timer_fn()
285 !wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) in dp_ast_aging_timer_fn()
H A Ddp_rings_main.c143 uint8_t nss_config = wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx); in dp_soc_ring_if_nss_offloaded()
1396 int nss_config = wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx); in dp_soc_reset_cpu_ring_map()
1902 uint8_t offload_radio = wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx); in dp_reo_remap_config()
1974 uint8_t offload_radio = wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx); in dp_reo_frag_dst_set()
2158 if (!wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx)) in dp_alloc_tx_ring_pair_by_index()
4194 if (wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx)) in dp_soc_srng_alloc()
4299 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_soc_cfg_attach()
H A Ddp_tx.c7550 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7566 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7583 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7596 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7672 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7723 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7768 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
7803 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx))
H A Ddp_main.c2462 !wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_interrupt_timer()
3639 nss_cfg = wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx); in dp_pdev_attach_wifi3()
4451 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) in dp_soc_attach_target_wifi3()
7340 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_txrx_host_stats_clr()
10973 int nss_config = wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx); in dp_soc_handle_pdev_mode_change()
14561 nss_cfg = wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx); in dp_pdev_init()
14573 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_pdev_init()
H A Ddp_rx_err.c2174 if (!wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_rx_err_process()
H A Ddp_htt.c428 if (wlan_cfg_get_dp_soc_nss_cfg(soc->dp_soc->wlan_cfg_ctx) || in dp_htt_h2t_add_tcl_metadata_ver()
H A Ddp_stats.c5071 if (wlan_cfg_get_dp_soc_nss_cfg(pdev->soc->wlan_cfg_ctx)) { in dp_accumulate_tid_stats()
6954 if (wlan_cfg_get_dp_soc_nss_cfg(soc->wlan_cfg_ctx)) { in dp_accumulate_delay_tid_stats()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li.c534 if (wlan_cfg_get_dp_soc_nss_cfg(soc_cfg_ctx)) in dp_soc_srng_alloc_li()
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
H A Dwlan_cfg.h1481 int wlan_cfg_get_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg);
H A Dwlan_cfg.c5118 int wlan_cfg_get_dp_soc_nss_cfg(struct wlan_cfg_dp_soc_ctxt *cfg) in wlan_cfg_get_dp_soc_nss_cfg() function