Home
last modified time | relevance | path

Searched refs:cur_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.c1364 struct tx_action_context *cur_tx_ctx; in p2p_find_tx_ctx() local
1375 cur_tx_ctx = qdf_container_of(p_node, in p2p_find_tx_ctx()
1377 if ((uintptr_t) cur_tx_ctx == cookie) { in p2p_find_tx_ctx()
1380 return cur_tx_ctx; in p2p_find_tx_ctx()
1388 cur_tx_ctx = qdf_container_of(p_node, in p2p_find_tx_ctx()
1390 if ((uintptr_t) cur_tx_ctx == cookie) { in p2p_find_tx_ctx()
1393 return cur_tx_ctx; in p2p_find_tx_ctx()
1414 struct tx_action_context *cur_tx_ctx; in p2p_find_tx_ctx_by_roc() local
1423 cur_tx_ctx = qdf_container_of(p_node, in p2p_find_tx_ctx_by_roc()
1425 if (cur_tx_ctx->roc_cookie == cookie) { in p2p_find_tx_ctx_by_roc()
[all …]