Searched refs:tx_flow_ctrl (Results 1 – 2 of 2) sorted by relevance
132 hcc_handler->hcc_transer_info.tx_flow_ctrl.timeout);136 if (oal_work_is_busy(&hcc_handler->hcc_transer_info.tx_flow_ctrl.worker.work) == 0) {138 oal_queue_delayed_system_work(&hcc_handler->hcc_transer_info.tx_flow_ctrl.worker, 0);179 oal_queue_delayed_system_work(&hcc_handle->hcc_transer_info.tx_flow_ctrl.worker,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->hcc_transer_info.tx_flow_ctrl.worker, hcc_flowctrl_deadlock_detect_…[all …]
216 hcc_tx_flow_ctrl_info_stru tx_flow_ctrl; member