Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_roc.c494 struct p2p_roc_context *curr_roc_ctx; in p2p_find_roc_ctx() local
502 curr_roc_ctx = qdf_container_of(p_node, in p2p_find_roc_ctx()
504 if ((uintptr_t) curr_roc_ctx == cookie) in p2p_find_roc_ctx()
505 return curr_roc_ctx; in p2p_find_roc_ctx()
686 struct p2p_roc_context *curr_roc_ctx; in p2p_find_roc_by_tx_ctx() local
694 curr_roc_ctx = qdf_container_of(p_node, in p2p_find_roc_by_tx_ctx()
696 if ((uintptr_t) curr_roc_ctx->tx_ctx == cookie) in p2p_find_roc_by_tx_ctx()
697 return curr_roc_ctx; in p2p_find_roc_by_tx_ctx()
896 struct p2p_roc_context *curr_roc_ctx; in p2p_process_roc_req() local
922 curr_roc_ctx = p2p_find_current_roc_ctx(p2p_soc_obj); in p2p_process_roc_req()
[all …]
H A Dwlan_p2p_off_chan_tx.c218 struct p2p_roc_context *curr_roc_ctx; in p2p_check_and_update_channel() local
235 curr_roc_ctx = p2p_find_current_roc_ctx(p2p_soc_obj); in p2p_check_and_update_channel()
237 if (curr_roc_ctx && in p2p_check_and_update_channel()
241 tx_ctx->chan_freq = curr_roc_ctx->chan_freq; in p2p_check_and_update_channel()
1493 struct p2p_roc_context *curr_roc_ctx; in p2p_extend_roc_timer() local
1496 curr_roc_ctx = p2p_find_current_roc_ctx(p2p_soc_obj); in p2p_extend_roc_timer()
1497 if (!curr_roc_ctx) { in p2p_extend_roc_timer()
1523 curr_roc_ctx->duration = extend_time; in p2p_extend_roc_timer()
1524 return p2p_restart_roc_timer(curr_roc_ctx); in p2p_extend_roc_timer()
3181 struct p2p_roc_context *curr_roc_ctx; in p2p_process_mgmt_tx() local
[all …]