Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_desc.c150 pdev->tx_desc.status = FLOW_POOL_NON_PRIO_PAUSED; in ol_tx_do_pdev_flow_control_pause()
160 FLOW_POOL_NON_PRIO_PAUSED)) { in ol_tx_do_pdev_flow_control_pause()
191 pdev->tx_desc.status = FLOW_POOL_NON_PRIO_PAUSED; in ol_tx_do_pdev_flow_control_unpause()
194 case FLOW_POOL_NON_PRIO_PAUSED: in ol_tx_do_pdev_flow_control_unpause()
303 pool->status = FLOW_POOL_NON_PRIO_PAUSED; in ol_tx_desc_alloc()
310 pool->status == FLOW_POOL_NON_PRIO_PAUSED)) { in ol_tx_desc_alloc()
607 pool->status = FLOW_POOL_NON_PRIO_PAUSED; in ol_tx_desc_free()
610 case FLOW_POOL_NON_PRIO_PAUSED: in ol_tx_desc_free()
H A Dol_txrx_flow_control.c365 CASE_RETURN_STRING(FLOW_POOL_NON_PRIO_PAUSED); in ol_tx_flow_pool_status_to_str()
1073 pool->status = FLOW_POOL_NON_PRIO_PAUSED; in ol_tx_flow_pool_update_queue_state()
H A Dol_txrx_types.h476 FLOW_POOL_NON_PRIO_PAUSED = 2, enumerator