Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 25 of 79) sorted by relevance

1234

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dclock.c206 MLX5_SET64(mtpps_reg, in, time_stamp, tstart); in mlx5_pps_out()
512 u64 *time_stamp, bool real_time) in perout_conf_1pps() argument
524 *time_stamp = real_time ? perout_conf_real_time(rq->perout.start.sec, 0) : in perout_conf_1pps()
566 u64 *period, u64 *time_stamp) in perout_conf_npps_real_time() argument
584 *time_stamp = perout_conf_real_time(time->sec, time->nsec); in perout_conf_npps_real_time()
610 u64 time_stamp = 0; in mlx5_perout_configure() local
647 &time_stamp); in mlx5_perout_configure()
649 err = perout_conf_1pps(mdev, rq, &time_stamp, rt_mode); in mlx5_perout_configure()
658 MLX5_SET64(mtpps_reg, in, time_stamp, time_stamp); in mlx5_perout_configure()
872 be64_to_cpu(eqe->data.pps.time_stamp)) : in mlx5_pps_event()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ti/wl1251/
A Dwl12xx_80211.h110 __le32 time_stamp[2]; member
146 __le32 time_stamp[2]; member
/linux-6.3-rc2/drivers/staging/vt6656/
A Drxtx.h155 __le16 time_stamp; member
167 u16 time_stamp; member
A Dcard.h32 u64 time_stamp, u64 local_tsf);
A Dcard.c213 u64 time_stamp, u64 local_tsf) in vnt_adjust_tsf() argument
218 tsf_offset = vnt_get_tsf_offset(rx_rate, time_stamp, local_tsf); in vnt_adjust_tsf()
/linux-6.3-rc2/drivers/staging/vt6655/
A Drxtx.h166 __le16 time_stamp; member
173 u16 time_stamp; member
/linux-6.3-rc2/scripts/gdb/linux/
A Ddmesg.py135 time_stamp = utils.read_u64(info, ts_off)
139 time=time_stamp / 1000000000.0,
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_dump.c146 (u64)buffer_info->time_stamp); in igc_rings_dump()
197 (u64)buffer_info->time_stamp, in igc_rings_dump()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_rx.c1370 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init()
1371 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init()
1457 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
1458 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
A Dlibipw.h448 __le32 time_stamp[2]; member
632 u32 time_stamp[2]; member
/linux-6.3-rc2/drivers/scsi/fnic/
A Dfnic_trace.h61 struct timespec64 time_stamp; member
A Dfnic_trace.c669 ktime_get_real_ts64(&fc_buf->time_stamp); in fnic_fc_trace_set_data()
796 time64_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data()
804 tdata->time_stamp.tv_nsec, tdata->host_no, in copy_and_format_trace_data()
/linux-6.3-rc2/kernel/trace/
A Dring_buffer.c315 u64 time_stamp; /* page time stamp */ member
388 (unsigned int)sizeof(field.time_stamp), in ring_buffer_print_page_header()
3412 ts = bpage->time_stamp; in dump_buffer_page()
3490 ts = bpage->time_stamp; in check_buffer()
3696 tail_page->page->time_stamp = info->ts; in __rb_reserve_next()
4208 ret = bpage->page->time_stamp; in ring_buffer_oldest_event_ts()
4399 iter->read_stamp = iter->head_page->page->time_stamp; in rb_iter_reset()
4446 commit_ts = commit_page->page->time_stamp; in ring_buffer_iter_empty()
4664 cpu_buffer->read_stamp = reader->page->time_stamp; in rb_get_reader_page()
4804 *ts = rb_fix_abs_ts(*ts, reader->page->time_stamp); in rb_buffer_peek()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/
A Dixgb.h77 unsigned long time_stamp; member
A Dixgb_main.c898 buffer_info->time_stamp = 0; in ixgb_unmap_and_free_tx_resource()
1303 buffer_info->time_stamp = jiffies; in ixgb_tx_map()
1342 buffer_info->time_stamp = jiffies; in ixgb_tx_map()
1517 adapter->tx_ring.buffer_info[first].time_stamp = 0; in ixgb_xmit_frame()
1827 if (tx_ring->buffer_info[eop].time_stamp && in ixgb_clean_tx_irq()
1828 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + HZ) in ixgb_clean_tx_irq()
1847 tx_ring->buffer_info[eop].time_stamp, in ixgb_clean_tx_irq()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Dwlan_bssdef.h55 u8 time_stamp[8]; member
/linux-6.3-rc2/sound/soc/mediatek/common/
A Dmtk-btcvsd.c104 unsigned long long time_stamp; member
261 ts->time_stamp_us = bt->tx->time_stamp; in get_tx_time_stamp()
268 ts->time_stamp_us = bt->rx->time_stamp; in get_rx_time_stamp()
767 bt->rx->time_stamp = sched_clock(); in mtk_btcvsd_snd_read()
792 bt->tx->time_stamp = sched_clock(); in mtk_btcvsd_snd_write()
/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Digbvf.h105 unsigned long time_stamp; member
/linux-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_rx.c2030 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in ieee80211_network_init()
2031 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in ieee80211_network_init()
2144 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
2145 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
/linux-6.3-rc2/drivers/scsi/mpi3mr/mpi/
A Dmpi30_ioc.h17 __le64 time_stamp; member
502 __le64 time_stamp; member
681 __le64 time_stamp; member
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Drs.h304 unsigned long time_stamp; /* age of the oldest statistics */ member
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_rx.c2299 network->time_stamp[0] = beacon->time_stamp[0]; in rtllib_network_init()
2300 network->time_stamp[1] = beacon->time_stamp[1]; in rtllib_network_init()
2423 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
2424 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac1000_dma.c245 dma_cap->time_stamp = in dwmac1000_get_hw_feature()
/linux-6.3-rc2/arch/ia64/include/asm/
A Dsal.h551 time_stamp : 1, member
557 u8 time_stamp[6]; member
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000.h127 unsigned long time_stamp; member

Completed in 100 milliseconds

1234