Home
last modified time | relevance | path

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

/linux-3.4.99/tools/firewire/
Dnosy-dump.c187 list_init(&t->response_list); in link_transaction_lookup()
204 while (!list_empty(&t->response_list)) { in link_transaction_destroy()
205 sa = list_head(&t->response_list, struct subaction, link); in link_transaction_destroy()
250 list_for_each_entry(sa, &t->response_list, link) in handle_transaction()
571 if (!list_empty(&t->response_list)) { in handle_response_packet()
572 prev = list_tail(&t->response_list, struct subaction, link); in handle_response_packet()
601 list_append(&t->response_list, &sa->link); in handle_response_packet()
Dnosy-dump.h167 struct list request_list, response_list; member