Home
last modified time | relevance | path

Searched refs:cur_roc_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.c3343 struct p2p_roc_context *cur_roc_ctx; in p2p_process_mgmt_tx_cancel() local
3371 cur_roc_ctx = p2p_find_roc_by_tx_ctx(cancel_tx->p2p_soc_obj, in p2p_process_mgmt_tx_cancel()
3373 if (cur_roc_ctx) { in p2p_process_mgmt_tx_cancel()
3375 cancel_tx->cookie, cur_roc_ctx); in p2p_process_mgmt_tx_cancel()
3378 cancel_roc.cookie = (uintptr_t) cur_roc_ctx; in p2p_process_mgmt_tx_cancel()