Searched refs:cds_ol_rx_pkt_freeq (Results 1 – 2 of 2) sorted by relevance
477 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()
126 struct list_head cds_ol_rx_pkt_freeq; member