Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c2086 struct tx_action_context *curr_tx_ctx; in p2p_process_cleanup_tx_queue() local
2105 curr_tx_ctx = qdf_container_of(p_node, in p2p_process_cleanup_tx_queue()
2110 (vdev_id == curr_tx_ctx->vdev_id)) { in p2p_process_cleanup_tx_queue()
2112 &curr_tx_ctx->node); in p2p_process_cleanup_tx_queue()
2114 p2p_send_tx_conf(curr_tx_ctx, false); in p2p_process_cleanup_tx_queue()
2115 qdf_mem_free(curr_tx_ctx->buf); in p2p_process_cleanup_tx_queue()
2116 qdf_mem_free(curr_tx_ctx); in p2p_process_cleanup_tx_queue()
2119 curr_tx_ctx); in p2p_process_cleanup_tx_queue()
2128 curr_tx_ctx = qdf_container_of(p_node, in p2p_process_cleanup_tx_queue()
2133 (vdev_id == curr_tx_ctx->vdev_id)) { in p2p_process_cleanup_tx_queue()
[all …]