Home
last modified time | relevance | path

Searched refs:response_list (Results 1 – 2 of 2) sorted by relevance

/tools/firewire/
Dnosy-dump.c191 list_init(&t->response_list); in link_transaction_lookup()
208 while (!list_empty(&t->response_list)) { in link_transaction_destroy()
209 sa = list_head(&t->response_list, struct subaction, link); in link_transaction_destroy()
254 list_for_each_entry(sa, &t->response_list, link) in handle_transaction()
575 if (!list_empty(&t->response_list)) { in handle_response_packet()
576 prev = list_tail(&t->response_list, struct subaction, link); in handle_response_packet()
605 list_append(&t->response_list, &sa->link); in handle_response_packet()
Dnosy-dump.h167 struct list request_list, response_list; member