Searched refs:tx_flow_timer_initialized (Results 1 – 3 of 3) sorted by relevance
145 if (!adapter->tx_flow_timer_initialized) { in hdd_register_hl_netdev_fc_timer()148 adapter->tx_flow_timer_initialized = true; in hdd_register_hl_netdev_fc_timer()160 if (adapter->tx_flow_timer_initialized) { in hdd_deregister_hl_netdev_fc_timer()163 adapter->tx_flow_timer_initialized = false; in hdd_deregister_hl_netdev_fc_timer()335 if (adapter->tx_flow_timer_initialized == false) { in hdd_register_tx_flow_control()340 adapter->tx_flow_timer_initialized = true; in hdd_register_tx_flow_control()357 if (adapter->tx_flow_timer_initialized == true) { in hdd_deregister_tx_flow_control()360 adapter->tx_flow_timer_initialized = false; in hdd_deregister_tx_flow_control()395 if ((adapter->tx_flow_timer_initialized == true) && in hdd_get_tx_resource()
675 if (!adapter->tx_flow_timer_initialized) in wlan_hdd_mod_fc_timer()
1385 bool tx_flow_timer_initialized; member