Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx_edma.c556 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue() local
559 TAILQ_INIT(&rxlist); in ath_edma_recv_proc_deferred_queue()
571 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
579 TAILQ_FOREACH_SAFE(bf, &rxlist, bf_list, next) { in ath_edma_recv_proc_deferred_queue()
604 while (! TAILQ_EMPTY(&rxlist)) { in ath_edma_recv_proc_deferred_queue()
605 bf = TAILQ_FIRST(&rxlist); in ath_edma_recv_proc_deferred_queue()
606 TAILQ_REMOVE(&rxlist, bf, bf_list); in ath_edma_recv_proc_deferred_queue()