Lines Matching refs:timestamp

71 		t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, NULL, 0,  in close_transaction()
103 tstamp = transaction->packet.timestamp; in fw_cancel_transaction()
130 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
157 packet->speed, status, packet->timestamp); in transmit_complete_callback()
161 close_transaction(t, card, RCODE_COMPLETE, packet->timestamp); in transmit_complete_callback()
166 compute_split_timeout_timestamp(card, packet->timestamp) & 0xffff; in transmit_complete_callback()
173 close_transaction(t, card, RCODE_BUSY, packet->timestamp); in transmit_complete_callback()
176 close_transaction(t, card, RCODE_DATA_ERROR, packet->timestamp); in transmit_complete_callback()
179 close_transaction(t, card, RCODE_TYPE_ERROR, packet->timestamp); in transmit_complete_callback()
186 close_transaction(t, card, status, packet->timestamp); in transmit_complete_callback()
447 packet->timestamp); in transmit_phy_packet_callback()
631 u32 timestamp; member
659 packet->speed, status, packet->timestamp); in free_response_callback()
761 u32 timestamp; in compute_split_timeout_timestamp() local
766 timestamp = request_timestamp & ~0x1fff; in compute_split_timeout_timestamp()
767 timestamp += (cycles / 8000) << 13; in compute_split_timeout_timestamp()
768 timestamp |= cycles % 8000; in compute_split_timeout_timestamp()
770 return timestamp; in compute_split_timeout_timestamp()
815 request->response.timestamp = in allocate_request()
816 compute_split_timeout_timestamp(card, p->timestamp); in allocate_request()
821 request->timestamp = p->timestamp; in allocate_request()
894 return request->timestamp; in fw_request_get_timestamp()
975 trace_async_phy_inbound((uintptr_t)p, card->index, p->generation, p->ack, p->timestamp, in fw_core_handle_request()
988 p->ack, p->timestamp, p->header, request->data, in fw_core_handle_request()
1056 p->timestamp, p->header, data, data_length / 4); in fw_core_handle_response()
1073 t->callback.with_tstamp(card, rcode, t->packet.timestamp, p->timestamp, data, in fw_core_handle_response()