Searched refs:dispatch_list (Results 1 – 4 of 4) sorted by relevance
306 INIT_LIST_HEAD(&droq->dispatch_list); in octeon_init_droq()559 &droq->dispatch_list); in octeon_droq_dispatch_pkt()767 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_packets()823 list_for_each_safe(tmp, tmp2, &droq->dispatch_list) { in octeon_droq_process_poll_pkts()
311 struct list_head dispatch_list; member
586 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread()587 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread()589 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread()595 fcc->dispatch_list, llnode) { in issue_flush_thread()599 fcc->dispatch_list = NULL; in issue_flush_thread()
885 struct llist_node *dispatch_list; /* list for command dispatch */ member