Searched refs:dma_packet_lists (Results 1 – 1 of 1) sorted by relevance
256 struct list_head dma_packet_lists; member382 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()[all …]