Home
last modified time | relevance | path

Searched refs:ack_loop_count (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_task.c212 static hi_u8 ack_loop_count = 0; in hcc_task_rx_thread() local
234 ack_loop_count++; in hcc_task_rx_thread()
235 if (ack_loop_count >= g_ul_tcp_ack_wait_sche_cnt) { in hcc_task_rx_thread()
236 ack_loop_count = 0; in hcc_task_rx_thread()
253 static hi_u8 ack_loop_count = 0; in hcc_task_tx_thread() local
276 ack_loop_count++; in hcc_task_tx_thread()
277 if (ack_loop_count >= g_ul_tcp_ack_wait_sche_cnt) { in hcc_task_tx_thread()
278 ack_loop_count = 0; in hcc_task_tx_thread()

Completed in 1 milliseconds