Lines Matching refs:dma_packet_lists
256 struct list_head dma_packet_lists; member
382 list_add_tail(&pl->link, &s->dma_packet_lists); in stream_put_dma_packet_list()
386 if (pl->link.prev != &s->dma_packet_lists) { in stream_put_dma_packet_list()
403 if (list_empty(&s->dma_packet_lists)) { in stream_shift_packet_lists()
412 pl = list_entry(s->dma_packet_lists.next, struct packet_list, link); in stream_shift_packet_lists()
851 INIT_LIST_HEAD(&s->dma_packet_lists); in stream_alloc_packet_lists()
868 list_for_each_safe(lh, next, &s->dma_packet_lists) in stream_free_packet_lists()
877 INIT_LIST_HEAD(&s->dma_packet_lists); in stream_free_packet_lists()
891 pl = list_entry(s->dma_packet_lists.next, struct packet_list, link); in plug_update()
1041 INIT_LIST_HEAD(&s->dma_packet_lists); in stream_alloc()
1075 list_empty(&s->dma_packet_lists)); in stream_free()