Lines Matching refs:common
501 t = link_transaction_lookup(p->common.source, p->common.destination, in handle_request_packet()
502 p->common.tlabel); in handle_request_packet()
519 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_request_packet()
520 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet()
530 if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_request_packet()
531 p->common.tcode != TCODE_WRITE_BLOCK_REQUEST) in handle_request_packet()
566 t = link_transaction_lookup(p->common.destination, p->common.source, in handle_response_packet()
567 p->common.tlabel); in handle_response_packet()
585 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_response_packet()
586 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
599 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet()
600 sa->packet.common.tcode) { in handle_response_packet()
640 switch (packet_info[p->common.tcode].type) { in handle_packet()
704 pi = &packet_info[packet->common.tcode]; in decode_link_packet()
778 switch (pp->common.identifier) { in print_packet()
856 tcode_count[packet->common.tcode]++; in print_stats()