Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-transaction.c72 if (!t->with_tstamp) { in fw_cancel_pending_transactions()
76 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, 0, in fw_cancel_pending_transactions()
110 if (!t->with_tstamp) { in close_transaction()
113 t->callback.with_tstamp(card, rcode, t->packet.timestamp, response_tstamp, NULL, 0, in close_transaction()
168 if (!t->with_tstamp) { in split_transaction_timeout_callback()
171 t->callback.with_tstamp(card, RCODE_CANCELLED, t->packet.timestamp, in split_transaction_timeout_callback()
385 bool with_tstamp, void *callback_data) in __fw_send_request() argument
399 if (!with_tstamp) { in __fw_send_request()
409 callback.with_tstamp(card, RCODE_SEND_ERROR, tstamp, tstamp, NULL, 0, in __fw_send_request()
421 t->with_tstamp = with_tstamp; in __fw_send_request()
[all …]