Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1206 txrx_ops.get_tsf_time = wlan_dp_get_tsf_time; in ucfg_dp_sta_register_txrx_ops()
1380 txrx_ops->get_tsf_time = wlan_dp_get_tsf_time; in ucfg_dp_softap_register_txrx_ops()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h1230 ol_txrx_get_tsf_time get_tsf_time; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_types.h4120 ol_txrx_get_tsf_time get_tsf_time; member
H A Ddp_tx.c7863 if (vdev->get_tsf_time) {
7864 vdev->get_tsf_time(vdev->osif_vdev, time, &tsf_time);
H A Ddp_main.c4986 vdev->get_tsf_time = txrx_ops->get_tsf_time; in dp_vdev_register_wifi3()