Searched refs:rxlist (Results 1 – 1 of 1) sorted by relevance
556 ath_bufhead rxlist; in ath_edma_recv_proc_deferred_queue() local559 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()