Home
last modified time | relevance | path

Searched refs:cds_is_ptp_rx_opt_enabled (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_api.h495 bool cds_is_ptp_rx_opt_enabled(void);
498 static inline bool cds_is_ptp_rx_opt_enabled(void) in cds_is_ptp_rx_opt_enabled() function
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c433 pdev->cfg.request_tx_comp = cds_is_ptp_rx_opt_enabled() || in htt_pdev_alloc()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c594 (uint8_t)cds_is_ptp_rx_opt_enabled()); in cds_cdp_cfg_attach()
2432 bool cds_is_ptp_rx_opt_enabled(void) in cds_is_ptp_rx_opt_enabled() function
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c888 pdev->cfg.request_tx_comp = cds_is_ptp_rx_opt_enabled() || in ol_txrx_pdev_attach()