Searched refs:timestamp (Results 176 - 200 of 881) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dtrace.h457 u32 timestamp,
462 TP_ARGS(ar, type, timestamp, code, len, data),
468 __field(u32, timestamp)
478 __entry->timestamp = timestamp;
485 "%s %s diag container type %u timestamp %u code %u len %d",
489 __entry->timestamp,
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h281 u64 timestamp, int napi_mode);
744 int index, u64 timestamp,
748 int index, u64 timestamp,
802 int mlx4_en_xdp_rx_timestamp(const struct xdp_md *ctx, u64 *timestamp);
810 u64 mlx4_en_get_hwtstamp(struct mlx4_en_dev *mdev, u64 timestamp);
813 u64 timestamp);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtdls.c247 const u8 *peer, bool peer_initiator, u32 timestamp)
286 else if (timestamp <= mvm->tdls_cs.peer.sent_timestamp)
334 u32 timestamp, u16 switch_time,
351 timestamp);
361 tail->timing.frame_timestamp = cpu_to_le32(timestamp);
661 params->chandef, params->timestamp,
245 iwl_mvm_tdls_check_action(struct iwl_mvm *mvm, enum iwl_tdls_channel_switch_type type, const u8 *peer, bool peer_initiator, u32 timestamp) argument
328 iwl_mvm_tdls_config_channel_switch(struct iwl_mvm *mvm, struct ieee80211_vif *vif, enum iwl_tdls_channel_switch_type type, const u8 *peer, bool peer_initiator, u8 oper_class, struct cfg80211_chan_def *chandef, u32 timestamp, u16 switch_time, u16 switch_timeout, struct sk_buff *skb, u32 ch_sw_tm_ie) argument
/linux-master/include/trace/events/
H A Drdma_core.h61 cq->timestamp = ktime_get();
82 cq->timestamp = ktime_get();
105 ktime_t latency = ktime_sub(ktime_get(), cq->timestamp);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c31 ktime_t timestamp; local
55 timestamp = ktime_sub(ktime_get(), dev->radio_rds_init_time);
56 blk = ktime_divns(timestamp, VIVID_RDS_NSEC_PER_BLK);
/linux-master/kernel/trace/
H A Dtrace_entries.h349 __field_struct( struct timespec64, timestamp )
350 __field_desc( s64, timestamp, tv_sec )
351 __field_desc( long, timestamp, tv_nsec )
/linux-master/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h38 * timestamp).
347 * @get_timestamp: Request a timestamp from the ES58X device.
415 * @ktime_req_ns: kernel timestamp when es58x_set_realtime_diff_ns()
725 int es58x_rx_can_msg(struct net_device *netdev, u64 timestamp, const u8 *data,
728 enum es58x_event event, u64 timestamp);
729 void es58x_rx_timestamp(struct es58x_device *es58x_dev, u64 timestamp);
/linux-master/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c160 unsigned int timestamp = (rx_status >> (2 * i)) & 0x3; local
162 if (timestamp)
163 rx_order[timestamp - 1] = i;
/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c325 u8 evt_id, ktime_t timestamp,
343 r->timestamp = timestamp;
324 scmi_base_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
H A Dpower.c271 u8 evt_id, ktime_t timestamp,
281 r->timestamp = timestamp;
270 scmi_power_fill_custom_report(const struct scmi_protocol_handle *ph, u8 evt_id, ktime_t timestamp, const void *payld, size_t payld_sz, void *report, u32 *src_id) argument
/linux-master/tools/perf/util/
H A Ds390-sample-raw.c91 te.timestamp = be64_to_cpu(tep->timestamp);
105 te.cfvn, te.csvn, te.cpu_speed, te.timestamp);
H A Dintel-bts.c445 static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp) argument
511 if (timestamp)
512 *timestamp = btsq->buffer->reference;
552 static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) argument
564 if (bts->heap.heap_array[0].ordinal > timestamp)
598 u64 timestamp; local
610 timestamp = perf_time_to_tsc(sample->time, &bts->tc);
612 timestamp = 0;
618 err = intel_bts_process_queues(bts, timestamp);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c360 u64 timestamp)
363 hwtstamp->hwtstamp = ns_to_ktime(timestamp);
531 * if the timestamp is valid, we convert it into the timecounter ns
535 void aq_ptp_tx_hwtstamp(struct aq_nic_s *aq_nic, u64 timestamp) argument
542 netdev_err(aq_nic->ndev, "have timestamp but tx_queues empty\n");
546 timestamp += atomic_read(&aq_ptp->offset_egress);
547 aq_ptp_convert_to_hwtstamp(aq_ptp, &hwtstamp, timestamp);
556 * @shhwtstamps: particular skb_shared_hwtstamps to save timestamp
558 * if the timestamp is valid, we convert it into the timecounter ns
563 u64 timestamp)
358 aq_ptp_convert_to_hwtstamp(struct aq_ptp_s *aq_ptp, struct skb_shared_hwtstamps *hwtstamp, u64 timestamp) argument
562 aq_ptp_rx_hwtstamp(struct aq_ptp_s *aq_ptp, struct skb_shared_hwtstamps *shhwtstamps, u64 timestamp) argument
646 u64 timestamp = 0; local
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_hfi.c106 * @timestamp: Timestamp of the last update of the local table.
121 u64 *timestamp; member in union:hfi_instance::__anon1660
299 if (*hfi_instance->timestamp == new_timestamp) {
309 * timestamp.
347 sizeof(*hfi_instance->timestamp);
/linux-master/drivers/iio/adc/
H A Dad7091r-base.c266 s64 timestamp = iio_get_time_ns(iio_dev); local
277 IIO_EV_DIR_RISING), timestamp);
282 IIO_EV_DIR_FALLING), timestamp);
/linux-master/drivers/atm/
H A Deni.h63 ktime_t timestamp; /* for RX timing */ member in struct:eni_vcc
/linux-master/drivers/net/wireless/st/cw1200/
H A Dqueue.h97 unsigned long *timestamp,
H A Dbh.c463 unsigned long timestamp = jiffies; local
475 /* Get a timestamp of "oldest" frame */
479 &timestamp,
486 timeout = timestamp +
496 timestamp, jiffies);
/linux-master/block/partitions/
H A Dsun.c42 __be32 timestamp[8]; /* Partition timestamp */ member in struct:sun_disklabel::sun_vtoc
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dalive.h59 __le32 timestamp; member in struct:iwl_lmac_alive
/linux-master/net/batman-adv/
H A Dtp_meter.c569 * @timestamp: timestamp in jiffies which is replied in ack
580 int uid, u32 timestamp)
607 icmp->timestamp = htonl(timestamp);
667 rtt = jiffies_to_msecs(jiffies) - ntohl(icmp->timestamp);
668 if (icmp->timestamp && rtt)
1147 * @timestamp: the timestamp to echo back in the ACK
1155 u32 seq, __be32 timestamp, cons
577 batadv_tp_send_msg(struct batadv_tp_vars *tp_vars, const u8 *src, struct batadv_orig_node *orig_node, u32 seqno, size_t len, const u8 *session, int uid, u32 timestamp) argument
1154 batadv_tp_send_ack(struct batadv_priv *bat_priv, const u8 *dst, u32 seq, __be32 timestamp, const u8 *session, int socket_index) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.c65 u64 timestamp; member in struct:mlxsw_sp1_ptp_unmatched
519 u64 timestamp)
532 unmatched->timestamp = timestamp;
576 * 1) When a packet is matched with its timestamp.
578 * an SKB without a timestamp.
613 u64 timestamp)
623 nsec = timecounter_cyc2time(&clock->tc, timestamp);
635 if (unmatched->skb && unmatched->timestamp)
638 unmatched->timestamp);
516 mlxsw_sp1_ptp_unmatched_save(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp1_ptp_key key, struct sk_buff *skb, u64 timestamp) argument
610 mlxsw_sp1_packet_timestamp(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp1_ptp_key key, struct sk_buff *skb, u64 timestamp) argument
658 mlxsw_sp1_ptp_got_piece(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp1_ptp_key key, struct sk_buff *skb, u64 timestamp) argument
745 mlxsw_sp1_ptp_got_timestamp(struct mlxsw_sp *mlxsw_sp, bool ingress, u16 local_port, u8 message_type, u8 domain_number, u16 sequence_id, u64 timestamp) argument
[all...]
/linux-master/drivers/ptp/
H A Dptp_pch.c308 event.timestamp = ioread64_hi_lo(&regs->asms_hi);
309 event.timestamp <<= TICKS_NS_SHIFT;
319 event.timestamp = ioread64_hi_lo(&regs->asms_hi);
320 event.timestamp <<= TICKS_NS_SHIFT;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.h53 uint64_t timestamp; member in struct:amdgpu_iv_entry
/linux-master/kernel/irq/
H A Dinternals.h301 * @values: a circular buffer of u64 encoded <timestamp,irq> values
353 * The interrupt number and the timestamp are encoded into a single
358 static inline u64 irq_timing_encode(u64 timestamp, int irq) argument
360 return (timestamp << 16) | irq;
363 static inline int irq_timing_decode(u64 value, u64 *timestamp) argument
365 *timestamp = value >> 16;

Completed in 424 milliseconds

1234567891011>>