Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/dispatcher/src/
H A Dwlan_p2p_ucfg_api.c386 struct cancel_roc_context *cancel_tx; in ucfg_p2p_mgmt_tx_cancel() local
412 cancel_tx = qdf_mem_malloc(sizeof(*cancel_tx)); in ucfg_p2p_mgmt_tx_cancel()
413 if (!cancel_tx) in ucfg_p2p_mgmt_tx_cancel()
416 cancel_tx->p2p_soc_obj = p2p_soc_obj; in ucfg_p2p_mgmt_tx_cancel()
417 cancel_tx->cookie = (uintptr_t)tx_ctx; in ucfg_p2p_mgmt_tx_cancel()
419 msg.bodyptr = cancel_tx; in ucfg_p2p_mgmt_tx_cancel()
426 qdf_mem_free(cancel_tx); in ucfg_p2p_mgmt_tx_cancel()
/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c3338 struct cancel_roc_context *cancel_tx) in p2p_process_mgmt_tx_cancel() argument
3346 if (!cancel_tx || !(cancel_tx->cookie)) { in p2p_process_mgmt_tx_cancel()
3351 cur_tx_ctx = p2p_find_tx_ctx(cancel_tx->p2p_soc_obj, in p2p_process_mgmt_tx_cancel()
3352 cancel_tx->cookie, &is_roc_q, &is_ack_q); in p2p_process_mgmt_tx_cancel()
3356 cancel_tx->p2p_soc_obj; in p2p_process_mgmt_tx_cancel()
3365 cancel_tx->cookie); in p2p_process_mgmt_tx_cancel()
3369 cancel_tx->cookie); in p2p_process_mgmt_tx_cancel()
3371 cur_roc_ctx = p2p_find_roc_by_tx_ctx(cancel_tx->p2p_soc_obj, in p2p_process_mgmt_tx_cancel()
3372 cancel_tx->cookie); in p2p_process_mgmt_tx_cancel()
3375 cancel_tx->cookie, cur_roc_ctx); in p2p_process_mgmt_tx_cancel()
[all …]
H A Dwlan_p2p_off_chan_tx.h332 struct cancel_roc_context *cancel_tx);