Searched refs:fc_timer (Results 1 – 2 of 2) sorted by relevance
250 qdf_mc_timer_t *fc_timer; in hdd_tx_resume_false() local260 fc_timer = &adapter->tx_flow_control_timer; in hdd_tx_resume_false()261 if (QDF_TIMER_STATE_STOPPED != qdf_mc_timer_get_current_state(fc_timer)) in hdd_tx_resume_false()265 status = qdf_mc_timer_start(fc_timer, in hdd_tx_resume_false()371 qdf_mc_timer_t *fc_timer; in hdd_get_tx_resource() local394 fc_timer = &adapter->tx_flow_control_timer; in hdd_get_tx_resource()397 qdf_mc_timer_get_current_state(fc_timer))) { in hdd_get_tx_resource()398 qdf_mc_timer_start(fc_timer, timer_value); in hdd_get_tx_resource()
107 qdf_mc_timer_t *fc_timer; in hdd_softap_tx_resume_false() local116 fc_timer = &adapter->tx_flow_control_timer; in hdd_softap_tx_resume_false()117 if (QDF_TIMER_STATE_STOPPED != qdf_mc_timer_get_current_state(fc_timer)) in hdd_softap_tx_resume_false()120 status = qdf_mc_timer_start(fc_timer, in hdd_softap_tx_resume_false()