Searched refs:curr_roc_ctx (Results 1 – 2 of 2) sorted by relevance
494 struct p2p_roc_context *curr_roc_ctx; in p2p_find_roc_ctx() local502 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() local694 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() local922 curr_roc_ctx = p2p_find_current_roc_ctx(p2p_soc_obj); in p2p_process_roc_req()[all …]
218 struct p2p_roc_context *curr_roc_ctx; in p2p_check_and_update_channel() local235 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() local1496 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 …]