Searched refs:dispatch_list (Results 1 – 4 of 4) sorted by relevance
304 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()553 &droq->dispatch_list); in octeon_droq_dispatch_pkt()762 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()812 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
308 struct list_head dispatch_list; member
602 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()603 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()605 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()611 fcc->dispatch_list, llnode) { in issue_flush_thread()615 fcc->dispatch_list = NULL; in issue_flush_thread()
908 struct llist_node *dispatch_list; /* list for command dispatch */ member