Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/ !
H A Dol_rx_reorder_timeout.c90 start = TAILQ_EMPTY(&rx_reorder_timeout_ac->virtual_timer_list); in ol_rx_reorder_timeout_add()
156 if (!TAILQ_EMPTY(&rx_reorder_timeout_ac->virtual_timer_list)) in ol_rx_reorder_timeout()
H A Dol_txrx_peer_find.c275 if (!TAILQ_EMPTY(&pdev->peer_hash.bins[i])) { in ol_txrx_peer_find_hash_erase()
310 if (!TAILQ_EMPTY(&pdev->inactive_peer_list)) { in ol_txrx_peer_free_inactive_list()
864 if (!TAILQ_EMPTY(&pdev->peer_hash.bins[i])) { in ol_txrx_peer_find_display()
H A Dol_tx_sched.c199 if (TAILQ_EMPTY(&scheduler->tx_active_tids_list)) in ol_tx_sched_select_batch_rr()
229 } else if (!TAILQ_EMPTY(&txq_queue->head)) { in ol_tx_sched_select_batch_rr()
287 if (TAILQ_EMPTY(&txq_queue->head) && txq_queue->active) { in ol_tx_sched_txq_deactivate_rr()
H A Dol_txrx_flow_control.c190 while (!TAILQ_EMPTY(&pdev->tx_desc.flow_pool_list)) { in ol_tx_deregister_flow_control()
H A Dol_txrx.c1712 TXRX_ASSERT1(TAILQ_EMPTY(&pdev->vdev_list)); in ol_txrx_pdev_pre_detach()
2252 if (!TAILQ_EMPTY(&vdev->peer_list)) { in ol_txrx_vdev_detach()
3332 if (TAILQ_EMPTY(&vdev->peer_list)) { in ol_txrx_peer_release_ref()
/wlan-driver/qca-wifi-host-cmn/utils/sys/ !
H A Dqueue.h442 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
541 if (!TAILQ_EMPTY(head2)) { \
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ !
H A Ddp_peer.c515 QDF_ASSERT(!TAILQ_EMPTY(&soc->peer_hash.bins[index])); in dp_peer_find_hash_remove()
619 QDF_ASSERT(!TAILQ_EMPTY(&soc->peer_hash.bins[index])); in dp_peer_find_hash_remove()
1143 if (!TAILQ_EMPTY(&soc->ast_hash.bins[index])) { in dp_peer_ast_hash_detach()
1212 QDF_ASSERT(!TAILQ_EMPTY(&soc->ast_hash.bins[index])); in dp_peer_ast_hash_remove()
2482 if (!TAILQ_EMPTY(&soc->peer_hash.bins[i])) { in dp_peer_find_hash_erase()
H A Ddp_txrx_wds.c205 if (!TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_peer_age_mec_entries()
H A Ddp_main.c489 if (!TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_peer_mec_flush_entries()
530 if (TAILQ_EMPTY(&soc->mec_hash.bins[index])) { in dp_print_mec_stats()
3729 if (TAILQ_EMPTY(&soc->inactive_vdev_list)) in dp_pdev_flush_pending_vdevs()
4002 if (TAILQ_EMPTY(&soc->inactive_peer_list) && in dp_soc_print_inactive_objects()
4003 TAILQ_EMPTY(&soc->inactive_vdev_list)) in dp_soc_print_inactive_objects()
6470 DP_AST_ASSERT(TAILQ_EMPTY(&peer->ast_entry_list)); in dp_peer_unref_delete()
H A Ddp_rx_defrag.c254 if (TAILQ_EMPTY(&psoc->rx.defrag.waitlist)) in dp_rx_defrag_waitlist_add()
H A Ddp_htt.c5573 !TAILQ_EMPTY(&pdev->bkp_stats.list)) {
5580 empty_flag = TAILQ_EMPTY(&pdev->bkp_stats.list);
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/ !
H A Dwlan_crypto_obj_mgr.c369 if (!TAILQ_EMPTY(&crypto_priv->crypto_key_holder.bins[index])) { in crypto_flush_entries()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ !
H A Ddp_mon_1.0.c1195 if (TAILQ_EMPTY(&mon_pdev->neighbour_peers_list)) { in dp_update_filter_neighbour_peers()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ !
H A Ddp_be.c2622 QDF_ASSERT(!TAILQ_EMPTY(&mld_hash_obj->mld_peer_hash.bins[index])); in dp_mlo_peer_find_hash_remove_be()
3067 if (!TAILQ_EMPTY(&mlo_dev_obj->mlo_dev_list)) { in dp_mlo_dev_ctxt_list_detach()