Searched refs:ol_rx_thread_queue (Results 1 – 2 of 2) sorted by relevance
475 INIT_LIST_HEAD(&pSchedContext->ol_rx_thread_queue); in cds_sched_open()610 list_add_tail(&pkt->list, &pSchedContext->ol_rx_thread_queue); in cds_indicate_rxpkt()650 if (list_empty(&pSchedContext->ol_rx_thread_queue)) { in cds_drop_rxpkt_by_staid()654 list_for_each_entry_safe(pkt, tmp, &pSchedContext->ol_rx_thread_queue, in cds_drop_rxpkt_by_staid()700 while (!list_empty(&pSchedContext->ol_rx_thread_queue)) { in cds_rx_from_queue()701 pkt = list_first_entry(&pSchedContext->ol_rx_thread_queue, in cds_rx_from_queue()939 if (list_empty(&cds_sched_context->ol_rx_thread_queue)) { in cds_get_rx_thread_pending()
117 struct list_head ol_rx_thread_queue; member