Searched refs:mgmt_txrx_pdev_ctx (Results 1 – 8 of 8) sorted by relevance
32 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in wlan_mgmt_txrx_desc_pool_init() argument40 pdev = mgmt_txrx_pdev_ctx->pdev; in wlan_mgmt_txrx_desc_pool_init()59 mgmt_txrx_pdev_ctx, pdev, in wlan_mgmt_txrx_desc_pool_init()62 mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool = qdf_mem_malloc( in wlan_mgmt_txrx_desc_pool_init()66 if (!mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool) in wlan_mgmt_txrx_desc_pool_init()69 qdf_list_create(&mgmt_txrx_pdev_ctx->mgmt_desc_pool.free_list, in wlan_mgmt_txrx_desc_pool_init()73 mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool[i].desc_id = i; in wlan_mgmt_txrx_desc_pool_init()74 mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool[i].in_use = false; in wlan_mgmt_txrx_desc_pool_init()76 &mgmt_txrx_pdev_ctx->mgmt_desc_pool.free_list, in wlan_mgmt_txrx_desc_pool_init()77 &mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool[i].entry); in wlan_mgmt_txrx_desc_pool_init()[all …]
235 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);246 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);258 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);270 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx,
177 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);193 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);
1024 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx; in wlan_mgmt_rx_reo_get_priv_object() local1031 mgmt_txrx_pdev_ctx = (struct mgmt_txrx_priv_pdev_context *) in wlan_mgmt_rx_reo_get_priv_object()1035 if (!mgmt_txrx_pdev_ctx) { in wlan_mgmt_rx_reo_get_priv_object()1040 return mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx; in wlan_mgmt_rx_reo_get_priv_object()7818 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in mgmt_rx_reo_pdev_obj_create_notification() argument7847 mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx = mgmt_rx_reo_pdev_ctx; in mgmt_rx_reo_pdev_obj_create_notification()7862 mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx = NULL; in mgmt_rx_reo_pdev_obj_create_notification()7870 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in mgmt_rx_reo_pdev_obj_destroy_notification() argument7883 qdf_mem_free(mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx); in mgmt_rx_reo_pdev_obj_destroy_notification()7884 mgmt_txrx_pdev_ctx->mgmt_rx_reo_pdev_ctx = NULL; in mgmt_rx_reo_pdev_obj_destroy_notification()
169 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx; in wlan_mgmt_txrx_pdev_obj_create_notification() local196 mgmt_txrx_pdev_ctx = qdf_mem_malloc(sizeof(*mgmt_txrx_pdev_ctx)); in wlan_mgmt_txrx_pdev_obj_create_notification()197 if (!mgmt_txrx_pdev_ctx) { in wlan_mgmt_txrx_pdev_obj_create_notification()202 mgmt_txrx_pdev_ctx->pdev = pdev; in wlan_mgmt_txrx_pdev_obj_create_notification()206 status = wlan_mgmt_txrx_desc_pool_init(mgmt_txrx_pdev_ctx); in wlan_mgmt_txrx_pdev_obj_create_notification()219 mgmt_txrx_pdev_ctx->mgmt_txrx_stats = mgmt_txrx_stats; in wlan_mgmt_txrx_pdev_obj_create_notification()223 qdf_wake_lock_create(&mgmt_txrx_pdev_ctx->wakelock_tx_cmp, in wlan_mgmt_txrx_pdev_obj_create_notification()225 qdf_runtime_lock_init(&mgmt_txrx_pdev_ctx->wakelock_tx_runtime_cmp); in wlan_mgmt_txrx_pdev_obj_create_notification()231 pdev, mgmt_txrx_pdev_ctx); in wlan_mgmt_txrx_pdev_obj_create_notification()241 mgmt_txrx_pdev_ctx, QDF_STATUS_SUCCESS) in wlan_mgmt_txrx_pdev_obj_create_notification()[all …]
1624 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx; in tgt_mgmt_txrx_tx_completion_handler() local1631 mgmt_txrx_pdev_ctx = (struct mgmt_txrx_priv_pdev_context *) in tgt_mgmt_txrx_tx_completion_handler()1634 if (!mgmt_txrx_pdev_ctx) { in tgt_mgmt_txrx_tx_completion_handler()1642 mgmt_desc = &mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool[desc_id]; in tgt_mgmt_txrx_tx_completion_handler()1690 wlan_mgmt_txrx_desc_put(mgmt_txrx_pdev_ctx, desc_id); in tgt_mgmt_txrx_tx_completion_handler()1698 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx; in tgt_mgmt_txrx_get_nbuf_from_desc_id() local1702 mgmt_txrx_pdev_ctx = (struct mgmt_txrx_priv_pdev_context *) in tgt_mgmt_txrx_get_nbuf_from_desc_id()1705 if (!mgmt_txrx_pdev_ctx) { in tgt_mgmt_txrx_get_nbuf_from_desc_id()1714 mgmt_desc = &mgmt_txrx_pdev_ctx->mgmt_desc_pool.pool[desc_id]; in tgt_mgmt_txrx_get_nbuf_from_desc_id()1732 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx; in tgt_mgmt_txrx_get_peer_from_desc_id() local[all …]
251 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in wlan_mgmt_rx_reo_pdev_obj_create_notification() argument254 mgmt_txrx_pdev_ctx); in wlan_mgmt_rx_reo_pdev_obj_create_notification()260 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in wlan_mgmt_rx_reo_pdev_obj_destroy_notification() argument263 mgmt_txrx_pdev_ctx); in wlan_mgmt_rx_reo_pdev_obj_destroy_notification()
276 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);292 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx);551 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in wlan_mgmt_rx_reo_pdev_obj_create_notification() argument570 struct mgmt_txrx_priv_pdev_context *mgmt_txrx_pdev_ctx) in wlan_mgmt_rx_reo_pdev_obj_destroy_notification() argument