Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h646 void (*dp_get_tsf_time)(qdf_netdev_t netdev, uint64_t input_time, member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c1153 dp_ops->dp_get_tsf_time(dp_intf->dev, in wlan_dp_get_tsf_time()
2274 dp_ctx->dp_ops.dp_get_tsf_time = cb_obj->dp_get_tsf_time; in ucfg_dp_register_hdd_callbacks()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c565 dp_ops->dp_get_tsf_time(dp_intf->dev, in wlan_dp_pkt_add_timestamp()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c12210 dp_get_tsf_time(struct cdp_soc_t *soc_hdl, uint32_t tsf_id, uint32_t mac_id, in dp_get_tsf_time() function
12218 dp_get_tsf_time(struct cdp_soc_t *soc_hdl, uint32_t tsf_id, uint32_t mac_id, in dp_get_tsf_time() function
12464 .txrx_get_tsf_time = dp_get_tsf_time,
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c12584 cb_obj.dp_get_tsf_time = hdd_get_tsf_time_cb; in hdd_dp_register_callbacks()