Home
last modified time | relevance | path

Searched refs:ocb_tsf_timer (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_ocb_ut.c117 if (ocb_rx_ops->ocb_tsf_timer) { in fake_ocb_get_tsf_timer_cmd_tlv()
118 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in fake_ocb_get_tsf_timer_cmd_tlv()
/wlan-driver/qcacld-3.0/components/ocb/core/src/
H A Dwlan_ocb_main.c193 static QDF_STATUS ocb_tsf_timer(struct ocb_rx_event *evt) in ocb_tsf_timer() function
448 status = ocb_tsf_timer(event); in ocb_process_evt()
/wlan-driver/qcacld-3.0/components/target_if/ocb/src/
H A Dtarget_if_ocb.c330 if (ocb_rx_ops->ocb_tsf_timer) { in target_if_ocb_get_tsf_timer_resp()
339 status = ocb_rx_ops->ocb_tsf_timer(psoc, &response); in target_if_ocb_get_tsf_timer_resp()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/
H A Dwlan_ocb_public_structs.h267 QDF_STATUS (*ocb_tsf_timer)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/
H A Dwlan_ocb_tgt_api.c333 ocb_rxops->ocb_tsf_timer = tgt_ocb_get_tsf_timer; in tgt_ocb_register_rx_ops()