Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tsf.c257 uint32_t tsf_ptp_options; in hdd_tsf_is_ptp_enabled() local
260 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_ptp_enabled()
261 return !!tsf_ptp_options; in hdd_tsf_is_ptp_enabled()
268 uint32_t tsf_ptp_options; in hdd_tsf_is_tx_set() local
271 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_tx_set()
272 return tsf_ptp_options & CFG_SET_TSF_PTP_OPT_TX; in hdd_tsf_is_tx_set()
279 uint32_t tsf_ptp_options; in hdd_tsf_is_rx_set() local
282 ucfg_fwol_get_tsf_ptp_options(hdd->psoc, &tsf_ptp_options))) in hdd_tsf_is_rx_set()
283 return tsf_ptp_options & CFG_SET_TSF_PTP_OPT_RX; in hdd_tsf_is_rx_set()
290 uint32_t tsf_ptp_options; in hdd_tsf_is_raw_set() local
[all …]
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/
H A Dwlan_fwol_ucfg_api.c689 uint32_t *tsf_ptp_options) in ucfg_fwol_get_tsf_ptp_options() argument
696 *tsf_ptp_options = cfg_default(CFG_SET_TSF_PTP_OPT); in ucfg_fwol_get_tsf_ptp_options()
700 *tsf_ptp_options = fwol_obj->cfg.tsf_ptp_options; in ucfg_fwol_get_tsf_ptp_options()
787 uint32_t *tsf_ptp_options) in ucfg_fwol_get_tsf_ptp_options() argument
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
H A Dwlan_fwol_ucfg_api.h515 uint32_t *tsf_ptp_options);
1004 uint32_t *tsf_ptp_options) in ucfg_fwol_get_tsf_ptp_options() argument
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_cfg.h184 uint8_t tsf_ptp_options; member
/wlan-driver/qcacld-3.0/components/fw_offload/core/inc/
H A Dwlan_fw_offload_main.h292 uint32_t tsf_ptp_options; member
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
H A Dwlan_fw_offload_main.c506 fwol_cfg->tsf_ptp_options = cfg_get(psoc, CFG_SET_TSF_PTP_OPT); in ucfg_fwol_init_tsf_ptp_options()