Searched refs:packet_list (Results 1 – 3 of 3) sorted by relevance
194 struct packet_list { struct224 struct packet_list *current_packet_list;334 static struct packet_list *stream_get_free_packet_list(struct stream *s) in stream_get_free_packet_list()336 struct packet_list *pl; in stream_get_free_packet_list()343 pl = list_entry(s->free_packet_lists.next, struct packet_list, link); in stream_get_free_packet_list()350 static void stream_start_dma(struct stream *s, struct packet_list *pl) in stream_start_dma()372 struct packet_list *pl) in stream_put_dma_packet_list()375 struct packet_list *prev; in stream_put_dma_packet_list()385 prev = list_entry(pl->link.prev, struct packet_list, link); in stream_put_dma_packet_list()399 struct packet_list *pl; in stream_shift_packet_lists()[all …]
581 LIST_HEAD(packet_list); in lynx_devctl()755 list_splice(&lynx->async.queue, &packet_list); in lynx_devctl()797 while (!list_empty(&packet_list)) { in lynx_devctl()798 packet = driver_packet(packet_list.next); in lynx_devctl()
2180 LIST_HEAD(packet_list); in dma_trm_reset()2190 list_splice(&d->fifo_list, &packet_list); in dma_trm_reset()2191 list_splice(&d->pending_list, &packet_list); in dma_trm_reset()2204 while (!list_empty(&packet_list)) { in dma_trm_reset()2205 struct hpsb_packet *p = driver_packet(packet_list.next); in dma_trm_reset()