Searched refs:tx_q_ack (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
H A D | wlan_p2p_off_chan_tx.c | 1386 status = qdf_list_peek_front(&p2p_soc_obj->tx_q_ack, &p_node); in p2p_find_tx_ctx() 1395 status = qdf_list_peek_next(&p2p_soc_obj->tx_q_ack, in p2p_find_tx_ctx() 1472 &p2p_soc_obj->tx_q_ack, in p2p_move_tx_context_to_ack_queue() 1597 &p2p_soc_obj->tx_q_ack, in p2p_remove_tx_context() 1634 status = qdf_list_peek_front(&p2p_soc_obj->tx_q_ack, &p_node); in p2p_tx_timeout() 1638 status = qdf_list_peek_next(&p2p_soc_obj->tx_q_ack, in p2p_tx_timeout() 1642 ret = qdf_list_remove_node(&p2p_soc_obj->tx_q_ack, in p2p_tx_timeout() 1953 status = qdf_list_peek_front(&p2p_soc_obj->tx_q_ack, &p_node); in p2p_find_tx_ctx_by_nbuf() 1961 status = qdf_list_peek_next(&p2p_soc_obj->tx_q_ack, in p2p_find_tx_ctx_by_nbuf() 1996 qdf_list_size(&p2p_soc_obj->tx_q_ack)); in p2p_dump_tx_queue() [all …]
|
H A D | wlan_p2p_main.h | 251 qdf_list_t tx_q_ack; member
|
H A D | wlan_p2p_main.c | 740 qdf_list_create(&p2p_soc_obj->tx_q_ack, MAX_QUEUE_LENGTH); in p2p_psoc_object_open() 766 qdf_list_destroy(&p2p_soc_obj->tx_q_ack); in p2p_psoc_object_open() 793 qdf_list_destroy(&p2p_soc_obj->tx_q_ack); in p2p_psoc_object_close()
|
/wlan-driver/qcacld-3.0/components/tdls/core/src/ |
H A D | wlan_tdls_main.h | 231 qdf_list_t tx_q_ack; member
|