Home
last modified time | relevance | path

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

/tools/firewire/
Dnosy-dump.c304 struct packet_info { struct
404 static const struct packet_info packet_info[] = { variable
586 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet()
627 switch (packet_info[p->common.tcode].type) { in handle_packet()
687 const struct packet_info *pi; in decode_link_packet()
691 pi = &packet_info[packet->common.tcode]; in decode_link_packet()
858 for (i = 0; i < array_length(packet_info); i++) in print_stats()
859 if (packet_info[i].type != PACKET_RESERVED) in print_stats()
860 printf(" %-24s: %8d\n", packet_info[i].name, tcode_count[i]); in print_stats()