Home
last modified time | relevance | path

Searched refs:curr_delay (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_tx.c4911 static uint32_t dp_tx_jitter_get_avg_jitter(uint32_t curr_delay, argument
4918 curr_jitter = qdf_abs(curr_delay - prev_delay);
4939 static uint32_t dp_tx_jitter_get_avg_delay(uint32_t curr_delay, argument
4945 return curr_delay;
4947 delay_diff = curr_delay - avg_delay;
4972 uint32_t *curr_delay, argument
4979 curr_delay);
4987 uint32_t *curr_delay, argument
4994 *curr_delay = (uint32_t)(current_timestamp - timestamp_hw_enqueue);
5013 uint32_t curr_delay, avg_delay, avg_jitter, prev_delay; local
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c2771 int curr_delay = 5; in hif_pci_target_sleep_state_adjust() local
2783 OS_DELAY(curr_delay); in hif_pci_target_sleep_state_adjust()
2784 tot_delay += curr_delay; in hif_pci_target_sleep_state_adjust()
2786 if (curr_delay < 50) in hif_pci_target_sleep_state_adjust()
2787 curr_delay += 5; in hif_pci_target_sleep_state_adjust()