Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.h1651 tx_desc->timestamp_tick = qdf_system_ticks(); in dp_tx_desc_set_timestamp()
H A Ddp_main.c12743 uint64_t time_latency, timestamp_tick = tx_desc->timestamp_tick; in dp_tx_comp_delay_check() local
12759 if (!timestamp_tick) in dp_tx_comp_delay_check()
12764 timestamp_tick); in dp_tx_comp_delay_check()
12767 qdf_system_ticks_to_msecs(timestamp_tick), in dp_tx_comp_delay_check()
H A Ddp_types.h687 uint64_t timestamp_tick; member