Home
last modified time | relevance | path

Searched refs:tx_flow_timer_initialized (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tx_rx.c145 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()
H A Dwlan_hdd_main.c675 if (!adapter->tx_flow_timer_initialized) in wlan_hdd_mod_fc_timer()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h1385 bool tx_flow_timer_initialized; member