Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c165 hcc_handler_stru *hcc_handle = hcc_host_get_handler(); local
166 if (hcc_handle == HI_NULL) {
179 oal_queue_delayed_system_work(&hcc_handle->hcc_transer_info.tx_flow_ctrl.worker,
194 hi_void hcc_trans_flow_ctrl_info_init(hcc_handler_stru *hcc_handle) argument
198 hcc_handle->hcc_transer_info.tx_flow_ctrl.flowctrl_flag = D2H_MSG_FLOWCTRL_ON;
199 hcc_handle->hcc_transer_info.tx_flow_ctrl.flowctrl_off_count = 0;
200 hcc_handle->hcc_transer_info.tx_flow_ctrl.flowctrl_on_count = 0;
201 oal_spin_lock_init(&hcc_handle->hcc_transer_info.tx_flow_ctrl.lock);
202 hcc_handle->hcc_transer_info.tx_flow_ctrl.timeout = 20 * 1000; /* TIME 是 20 * 1000 ms */
203 INIT_DELAYED_WORK(&hcc_handle
[all...]

Completed in 3 milliseconds