Home
last modified time | relevance | path

Searched refs:uc_active (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_api.h257 htt_h2t_ipa_uc_set_active(struct htt_pdev_t *pdev, bool uc_active, bool is_tx);
306 htt_h2t_ipa_uc_set_active(struct htt_pdev_t *pdev, bool uc_active, in htt_h2t_ipa_uc_set_active() argument
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_h2t.c1286 bool uc_active, bool is_tx) in htt_h2t_ipa_uc_set_active() argument
1322 if (uc_active && is_tx) in htt_h2t_ipa_uc_set_active()
1324 else if (!uc_active && is_tx) in htt_h2t_ipa_uc_set_active()
1326 else if (uc_active && !is_tx) in htt_h2t_ipa_uc_set_active()
1328 else if (!uc_active && !is_tx) in htt_h2t_ipa_uc_set_active()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_ipa.h157 bool uc_active, bool is_tx);
H A Dol_txrx_ipa.c182 bool uc_active, bool is_tx) in ol_txrx_ipa_uc_set_active() argument
193 ret = htt_h2t_ipa_uc_set_active(pdev->htt_pdev, uc_active, is_tx); in ol_txrx_ipa_uc_set_active()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ipa.h125 cdp_ipa_set_active(ol_txrx_soc_handle soc, uint8_t pdev_id, bool uc_active, in cdp_ipa_set_active() argument
136 uc_active, is_tx); in cdp_ipa_set_active()
H A Dcdp_txrx_ops.h2246 bool uc_active, bool is_tx);