Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c477 INIT_LIST_HEAD(&pSchedContext->cds_ol_rx_pkt_freeq); in cds_sched_open()
528 while (!list_empty(&pSchedContext->cds_ol_rx_pkt_freeq)) { in cds_free_ol_rx_pkt_freeq()
529 pkt = list_entry((&pSchedContext->cds_ol_rx_pkt_freeq)->next, in cds_free_ol_rx_pkt_freeq()
560 list_add_tail(&pkt->list, &pSchedContext->cds_ol_rx_pkt_freeq); in cds_alloc_ol_rx_pkt_freeq()
568 list_for_each_entry_safe(pkt, tmp, &pSchedContext->cds_ol_rx_pkt_freeq, in cds_alloc_ol_rx_pkt_freeq()
585 list_add_tail(&pkt->list, &pSchedContext->cds_ol_rx_pkt_freeq); in cds_free_ol_rx_pkt()
594 if (list_empty(&pSchedContext->cds_ol_rx_pkt_freeq)) { in cds_alloc_ol_rx_pkt()
598 pkt = list_first_entry(&pSchedContext->cds_ol_rx_pkt_freeq, in cds_alloc_ol_rx_pkt()
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h126 struct list_head cds_ol_rx_pkt_freeq; member