Searched refs:dispatch_list (Results 1 – 4 of 4) sorted by relevance
301 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()550 &droq->dispatch_list); in octeon_droq_dispatch_pkt()759 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()809 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
308 struct list_head dispatch_list; member
612 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()613 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()615 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()621 fcc->dispatch_list, llnode) { in issue_flush_thread()625 fcc->dispatch_list = NULL; in issue_flush_thread()
1013 struct llist_node *dispatch_list; /* list for command dispatch */ member