Home
last modified time | relevance | path

Searched refs:txrx_get_tsf_time (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_cmn.h3193 if (!soc->ops->cmn_drv_ops || !soc->ops->cmn_drv_ops->txrx_get_tsf_time) in cdp_get_tsf_time()
3196 soc->ops->cmn_drv_ops->txrx_get_tsf_time(soc, tsf_id, mac_id, tsf, in cdp_get_tsf_time()
Dcdp_txrx_ops.h744 void (*txrx_get_tsf_time)(struct cdp_soc_t *soc_hdl, uint32_t tsf_id, member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_main.c12464 .txrx_get_tsf_time = dp_get_tsf_time,