Lines Matching refs:tstamp
870 static inline u32 compute_ohci_iso_ctx_cycle_count(u32 tstamp) in compute_ohci_iso_ctx_cycle_count() argument
872 return (((tstamp >> 13) & 0x07) * CYCLES_PER_SECOND) + (tstamp & 0x1fff); in compute_ohci_iso_ctx_cycle_count()
877 u32 tstamp = be32_to_cpu(ctx_header_tstamp) & HEADER_TSTAMP_MASK; in compute_ohci_cycle_count() local
878 return compute_ohci_iso_ctx_cycle_count(tstamp); in compute_ohci_cycle_count()
1148 static void process_rx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in process_rx_packets() argument
1222 static void skip_rx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in skip_rx_packets() argument
1254 static void irq_target_callback(struct fw_iso_context *context, u32 tstamp, size_t header_length,
1257 static void process_rx_packets_intermediately(struct fw_iso_context *context, u32 tstamp, in process_rx_packets_intermediately() argument
1285 skip_rx_packets(context, tstamp, length, ctx_header, private_data); in process_rx_packets_intermediately()
1300 process_rx_packets(context, tstamp, header_length, ctx_header, private_data); in process_rx_packets_intermediately()
1311 static void process_tx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in process_tx_packets() argument
1358 static void drop_tx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in drop_tx_packets() argument
1386 static void process_tx_packets_intermediately(struct fw_iso_context *context, u32 tstamp, in process_tx_packets_intermediately() argument
1417 drop_tx_packets(context, tstamp, length, ctx_header, s); in process_tx_packets_intermediately()
1429 process_tx_packets(context, tstamp, header_length, ctx_header, s); in process_tx_packets_intermediately()
1437 static void drop_tx_packets_initially(struct fw_iso_context *context, u32 tstamp, in drop_tx_packets_initially() argument
1490 drop_tx_packets(context, tstamp, header_length, header, s); in drop_tx_packets_initially()
1553 static void irq_target_callback(struct fw_iso_context *context, u32 tstamp, size_t header_length, in irq_target_callback() argument
1559 process_rx_packets(context, tstamp, header_length, header, private_data); in irq_target_callback()
1563 static void irq_target_callback_intermediately(struct fw_iso_context *context, u32 tstamp, in irq_target_callback_intermediately() argument
1569 process_rx_packets_intermediately(context, tstamp, header_length, header, private_data); in irq_target_callback_intermediately()
1573 static void irq_target_callback_skip(struct fw_iso_context *context, u32 tstamp, in irq_target_callback_skip() argument
1580 skip_rx_packets(context, tstamp, header_length, header, private_data); in irq_target_callback_skip()
1631 u32 tstamp, size_t header_length, in amdtp_stream_first_callback() argument
1646 context->callback.sc(context, tstamp, header_length, header, s); in amdtp_stream_first_callback()