Home
last modified time | relevance | path

Searched refs:ol_tx_flow_pool_t (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx_flow_control.c89 struct ol_tx_flow_pool_t *pool; in ol_txrx_fwd_desc_thresh_check()
141 struct ol_tx_flow_pool_t *pool = NULL; in ol_tx_get_total_free_desc()
181 struct ol_tx_flow_pool_t *pool = NULL; in ol_tx_deregister_flow_control()
219 static int ol_tx_delete_flow_pool(struct ol_tx_flow_pool_t *pool, bool force) in ol_tx_delete_flow_pool()
295 QDF_STATUS ol_tx_inc_pool_ref(struct ol_tx_flow_pool_t *pool) in ol_tx_inc_pool_ref()
311 QDF_STATUS ol_tx_dec_pool_ref(struct ol_tx_flow_pool_t *pool, bool force) in ol_tx_dec_pool_ref()
378 struct ol_tx_flow_pool_t *pool = NULL; in ol_tx_dump_flow_pool_info_compact()
419 struct ol_tx_flow_pool_t *pool = NULL, *pool_prev = NULL; in ol_tx_dump_flow_pool_info()
420 struct ol_tx_flow_pool_t tmp_pool; in ol_tx_dump_flow_pool_info()
516 static int ol_tx_move_desc_n(struct ol_tx_flow_pool_t *src_pool, in ol_tx_move_desc_n()
[all …]
H A Dol_tx_desc.h303 int ol_tx_free_invalid_flow_pool(struct ol_tx_flow_pool_t *pool);
313 struct ol_tx_desc_t *ol_tx_get_desc_flow_pool(struct ol_tx_flow_pool_t *pool) in ol_tx_get_desc_flow_pool()
332 void ol_tx_put_desc_flow_pool(struct ol_tx_flow_pool_t *pool, in ol_tx_put_desc_flow_pool()
H A Dol_txrx_types.h211 struct ol_tx_flow_pool_t *pool;
515 struct ol_tx_flow_pool_t { struct
516 TAILQ_ENTRY(ol_tx_flow_pool_t) flow_pool_list_elem;
800 TAILQ_HEAD(flow_pool_list_t, ol_tx_flow_pool_t) flow_pool_list;
827 struct ol_tx_flow_pool_t *mgmt_pool;
1353 struct ol_tx_flow_pool_t *pool;
H A Dol_tx_desc.c287 struct ol_tx_flow_pool_t *pool) in ol_tx_desc_alloc()
561 struct ol_tx_flow_pool_t *pool = tx_desc->pool; in ol_tx_update_free_desc_to_pool()
593 struct ol_tx_flow_pool_t *pool = tx_desc->pool; in ol_tx_desc_free()
H A Dol_tx_send.c582 struct ol_tx_flow_pool_t *pool; in ol_tx_flow_pool_lock()
597 struct ol_tx_flow_pool_t *pool; in ol_tx_flow_pool_unlock()
H A Dol_txrx.c2137 struct ol_tx_flow_pool_t *pool; in ol_txrx_tx_desc_reset_vdev()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_ctrl_api.h507 struct ol_tx_flow_pool_t *ol_tx_create_flow_pool(uint8_t flow_pool_id,
521 QDF_STATUS ol_tx_inc_pool_ref(struct ol_tx_flow_pool_t *pool);
535 QDF_STATUS ol_tx_dec_pool_ref(struct ol_tx_flow_pool_t *pool, bool force);
571 static inline struct ol_tx_flow_pool_t *ol_tx_create_flow_pool( in ol_tx_create_flow_pool()
577 ol_tx_inc_pool_ref(struct ol_tx_flow_pool_t *pool) in ol_tx_inc_pool_ref()
582 ol_tx_dec_pool_ref(struct ol_tx_flow_pool_t *pool, bool force) in ol_tx_dec_pool_ref()