Lines Matching refs:common
488 t = link_transaction_lookup(p->common.source, p->common.destination, in handle_request_packet()
489 p->common.tlabel); in handle_request_packet()
506 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_request_packet()
507 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet()
517 if (p->common.tcode != TCODE_WRITE_QUADLET_REQUEST && in handle_request_packet()
518 p->common.tcode != TCODE_WRITE_BLOCK_REQUEST) in handle_request_packet()
553 t = link_transaction_lookup(p->common.destination, p->common.source, in handle_response_packet()
554 p->common.tlabel); in handle_response_packet()
572 if (prev->packet.common.tcode != sa->packet.common.tcode || in handle_response_packet()
573 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
586 if (packet_info[prev->packet.common.tcode].response_tcode != in handle_response_packet()
587 sa->packet.common.tcode) { in handle_response_packet()
627 switch (packet_info[p->common.tcode].type) { in handle_packet()
691 pi = &packet_info[packet->common.tcode]; in decode_link_packet()
765 switch (pp->common.identifier) { in print_packet()
843 tcode_count[packet->common.tcode]++; in print_stats()