Searched refs:PACKET_LIST_SIZE (Results 1 – 1 of 1) sorted by relevance
191 #define PACKET_LIST_SIZE 256 macro197 struct packet packets[PACKET_LIST_SIZE];356 syt_cycle = (pl->last_cycle_count - PACKET_LIST_SIZE + 1) & 0x0f; in stream_start_dma()379 pl->packets[PACKET_LIST_SIZE - 1].db->payload_desc.branch = 0; in stream_put_dma_packet_list()387 struct packet *last = &prev->packets[PACKET_LIST_SIZE - 1]; in stream_put_dma_packet_list()413 last = &pl->packets[PACKET_LIST_SIZE - 1]; in stream_shift_packet_lists()475 if (s->current_packet == PACKET_LIST_SIZE) { in stream_queue_packet()571 for (i = 0; i < PACKET_LIST_SIZE; i++) { in packet_list_alloc()579 for (i = 0; i < PACKET_LIST_SIZE; i++) { in packet_list_alloc()580 if (i < PACKET_LIST_SIZE - 1) in packet_list_alloc()[all …]