/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_tx_flow_control.c | 48 dp_tx_initialize_threshold(struct dp_tx_desc_pool_s *pool, in dp_tx_initialize_threshold() 88 dp_tx_flow_pool_reattach(struct dp_tx_desc_pool_s *pool) in dp_tx_flow_pool_reattach() 105 dp_tx_flow_pool_dump_threshold(struct dp_tx_desc_pool_s *pool) in dp_tx_flow_pool_dump_threshold() 132 struct dp_tx_desc_pool_s *pool, in dp_tx_flow_ctrl_reset_subqueues() 166 dp_tx_initialize_threshold(struct dp_tx_desc_pool_s *pool, in dp_tx_initialize_threshold() 178 dp_tx_flow_pool_reattach(struct dp_tx_desc_pool_s *pool) in dp_tx_flow_pool_reattach() 192 dp_tx_flow_pool_dump_threshold(struct dp_tx_desc_pool_s *pool) in dp_tx_flow_pool_dump_threshold() 201 struct dp_tx_desc_pool_s *pool, in dp_tx_flow_ctrl_reset_subqueues() 212 struct dp_tx_desc_pool_s *pool = NULL; in dp_tx_dump_flow_pool_info() local 260 struct dp_tx_desc_pool_s *pool = NULL; in dp_tx_dump_flow_pool_info_compact() local [all …]
|
H A D | dp_tx_desc.h | 79 #define IS_TX_DESC_POOL_STATUS_INACTIVE(pool) \ argument 102 #define IS_TX_DESC_POOL_STATUS_INACTIVE(pool) (false) argument 507 struct dp_tx_desc_s *dp_tx_get_desc_flow_pool(struct dp_tx_desc_pool_s *pool) in dp_tx_get_desc_flow_pool() 526 void dp_tx_put_desc_flow_pool(struct dp_tx_desc_pool_s *pool, in dp_tx_put_desc_flow_pool() 535 dp_tx_desc_free_list(struct dp_tx_desc_pool_s *pool, in dp_tx_desc_free_list() 551 dp_tx_flow_pool_member_clean(struct dp_tx_desc_pool_s *pool) in dp_tx_flow_pool_member_clean() 570 dp_tx_is_threshold_reached(struct dp_tx_desc_pool_s *pool, uint16_t avail_desc) in dp_tx_is_threshold_reached() 591 struct dp_tx_desc_pool_s *pool) in dp_tx_adjust_flow_pool_state() 649 struct dp_tx_desc_pool_s *pool = &soc->tx_desc[desc_pool_id]; in dp_tx_desc_alloc() local 745 struct dp_tx_desc_pool_s *pool = &soc->tx_desc[desc_pool_id]; in dp_tx_desc_free() local [all …]
|
H A D | dp_tx.c | 5478 struct dp_tx_desc_pool_s *pool; local 5498 struct dp_tx_desc_pool_s *pool; local 6419 struct dp_tx_desc_pool_s *pool = NULL; local 7229 struct dp_tx_desc_pool_s *pool = NULL; local
|
H A D | dp_rx.h | 570 struct rx_desc_pool *pool, in dp_get_rx_desc_from_cookie() 592 struct rx_desc_pool *pool, in dp_get_rx_mon_status_desc_from_cookie()
|
H A D | dp_types.h | 3706 uint8_t pool[OL_TXRX_NUM_LOCAL_PEER_IDS + 1]; member 4183 struct dp_tx_desc_pool_s *pool; member
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx_flow_control.c | 89 struct ol_tx_flow_pool_t *pool; in ol_txrx_fwd_desc_thresh_check() local 141 struct ol_tx_flow_pool_t *pool = NULL; in ol_tx_get_total_free_desc() local 181 struct ol_tx_flow_pool_t *pool = NULL; in ol_tx_deregister_flow_control() local 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() local 419 struct ol_tx_flow_pool_t *pool = NULL, *pool_prev = NULL; in ol_tx_dump_flow_pool_info() local 637 struct ol_tx_flow_pool_t *pool; in ol_tx_create_flow_pool() local 714 int ol_tx_free_invalid_flow_pool(struct ol_tx_flow_pool_t *pool) in ol_tx_free_invalid_flow_pool() [all …]
|
H A D | ol_tx_desc.h | 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() 342 static inline int ol_tx_free_invalid_flow_pool(void *pool) in ol_tx_free_invalid_flow_pool()
|
H A D | ol_tx_desc.c | 287 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() local 593 struct ol_tx_flow_pool_t *pool = tx_desc->pool; in ol_tx_desc_free() local
|
H A D | ol_tx_send.c | 582 struct ol_tx_flow_pool_t *pool; in ol_tx_flow_pool_lock() local 597 struct ol_tx_flow_pool_t *pool; in ol_tx_flow_pool_unlock() local
|
H A D | ol_txrx_types.h | 211 struct ol_tx_flow_pool_t *pool; member 718 struct ol_txrx_fw_stats_desc_elem_t *pool; member 979 ol_txrx_local_peer_id_t pool[OL_TXRX_NUM_LOCAL_PEER_IDS + 1]; member 1353 struct ol_tx_flow_pool_t *pool; member
|
H A D | ol_txrx.c | 2137 struct ol_tx_flow_pool_t *pool; in ol_txrx_tx_desc_reset_vdev() local
|
/wlan-driver/qca-wifi-host-cmn/qdf/src/ |
H A D | qdf_flex_mem.c | 29 qdf_flex_mem_seg_alloc(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_seg_alloc() 47 void qdf_flex_mem_init(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_init() 58 void qdf_flex_mem_deinit(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_deinit() 76 static void *__qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool) in __qdf_flex_mem_alloc() 106 void *qdf_flex_mem_alloc(struct qdf_flex_mem_pool *pool) in qdf_flex_mem_alloc() 122 static void qdf_flex_mem_seg_free(struct qdf_flex_mem_pool *pool, in qdf_flex_mem_seg_free() 135 static void __qdf_flex_mem_free(struct qdf_flex_mem_pool *pool, void *ptr) in __qdf_flex_mem_free() 162 void qdf_flex_mem_free(struct qdf_flex_mem_pool *pool, void *ptr) in qdf_flex_mem_free()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_mem.h | 711 static inline void qdf_mempool_destroy(qdf_device_t osdev, qdf_mempool_t pool) in qdf_mempool_destroy() 723 static inline void *qdf_mempool_alloc(qdf_device_t osdev, qdf_mempool_t pool) in qdf_mempool_alloc() 736 static inline void qdf_mempool_free(qdf_device_t osdev, qdf_mempool_t pool, in qdf_mempool_free()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_ctrl_api.h | 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()
|
/wlan-driver/qca-wifi-host-cmn/wbuff/src/ |
H A D | i_wbuff.h | 57 qdf_nbuf_t pool; member
|
H A D | wbuff.c | 46 struct wbuff_pool *pool; in wbuff_get_pool_slot_from_len() local
|
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | random.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ |
H A D | wlan_mgmt_txrx_main_i.h | 123 struct mgmt_txrx_desc_elem_t *pool; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_mem.c | 1273 void __qdf_mempool_destroy(qdf_device_t osdev, __qdf_mempool_t pool) in __qdf_mempool_destroy() 1294 void *__qdf_mempool_alloc(qdf_device_t osdev, __qdf_mempool_t pool) in __qdf_mempool_alloc() 1319 void __qdf_mempool_free(qdf_device_t osdev, __qdf_mempool_t pool, void *buf) in __qdf_mempool_free()
|