Home
last modified time | relevance | path

Searched refs:time_latency (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_txrx_wds.c848 uint64_t time_latency) in dp_get_completion_indication_for_stack() argument
910 ppdu_hdr->time_latency = (uint32_t)time_latency; in dp_get_completion_indication_for_stack()
Ddp_tx.h1312 uint64_t time_latency);
1338 uint64_t time_latency) in dp_get_completion_indication_for_stack() argument
Ddp_tx.c5649 uint64_t time_latency = 0; local
5657 time_latency = (qdf_ktime_to_ms(qdf_ktime_real_get()) -
5684 time_latency)) {
Ddp_main.c12743 uint64_t time_latency, timestamp_tick = tx_desc->timestamp_tick; in dp_tx_comp_delay_check() local
12751 time_latency = qdf_ktime_to_ms(current_time) - in dp_tx_comp_delay_check()
12753 if (time_latency >= DP_TX_COMP_MAX_LATENCY_MS) { in dp_tx_comp_delay_check()
12763 time_latency = qdf_system_ticks_to_msecs(current_time - in dp_tx_comp_delay_check()
12765 if (time_latency >= DP_TX_COMP_MAX_LATENCY_MS) { in dp_tx_comp_delay_check()