/Linux-v4.19/drivers/staging/wilc1000/ |
D | coreconfigurator.c | 65 u32 time_stamp = 0; in get_beacon_timestamp_lo() local 68 time_stamp |= data[index++]; in get_beacon_timestamp_lo() 69 time_stamp |= (data[index++] << 8); in get_beacon_timestamp_lo() 70 time_stamp |= (data[index++] << 16); in get_beacon_timestamp_lo() 71 time_stamp |= (data[index] << 24); in get_beacon_timestamp_lo() 73 return time_stamp; in get_beacon_timestamp_lo() 78 u32 time_stamp = 0; in get_beacon_timestamp_hi() local 81 time_stamp |= data[index++]; in get_beacon_timestamp_hi() 82 time_stamp |= (data[index++] << 8); in get_beacon_timestamp_hi() 83 time_stamp |= (data[index++] << 16); in get_beacon_timestamp_hi() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/ |
D | dc_link.h | 54 struct time_stamp { struct 60 struct time_stamp time_stamp; argument
|
/Linux-v4.19/scripts/gdb/linux/ |
D | dmesg.py | 58 time_stamp = utils.read_u64(log_buf[pos:pos + 8]) 62 time=time_stamp / 1000000000.0,
|
/Linux-v4.19/drivers/net/wireless/ti/wl1251/ |
D | wl12xx_80211.h | 110 __le32 time_stamp[2]; member 146 __le32 time_stamp[2]; member
|
/Linux-v4.19/drivers/staging/vt6655/ |
D | rxtx.h | 168 __le16 time_stamp; member 175 u16 time_stamp; member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | clock.c | 122 MLX5_SET64(mtpps_reg, in, time_stamp, tstart); in mlx5_pps_out() 274 u64 nsec_now, nsec_delta, time_stamp = 0; in mlx5_perout_configure() local 316 time_stamp = cycles_now + cycles_delta; in mlx5_perout_configure() 330 MLX5_SET64(mtpps_reg, in, time_stamp, time_stamp); in mlx5_perout_configure() 458 be64_to_cpu(eqe->data.pps.time_stamp)); in mlx5_pps_event()
|
/Linux-v4.19/drivers/staging/vt6656/ |
D | rxtx.h | 213 __le16 time_stamp; member 228 u16 time_stamp; member
|
D | card.h | 34 u64 time_stamp, u64 local_tsf);
|
D | card.c | 498 u64 time_stamp, u64 local_tsf) in vnt_adjust_tsf() argument 503 tsf_offset = vnt_get_tsf_offset(rx_rate, time_stamp, local_tsf); in vnt_adjust_tsf()
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1398 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init() 1399 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init() 1485 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 1486 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
D | libipw.h | 454 __le32 time_stamp[2]; member 638 u32 time_stamp[2]; member
|
/Linux-v4.19/drivers/scsi/fnic/ |
D | fnic_trace.h | 75 struct timespec64 time_stamp; member
|
D | fnic_trace.c | 684 ktime_get_real_ts64(&fc_buf->time_stamp); in fnic_fc_trace_set_data() 811 time64_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data() 819 tdata->time_stamp.tv_nsec, tdata->host_no, in copy_and_format_trace_data()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 78 unsigned long time_stamp; member
|
D | ixgb_main.c | 909 buffer_info->time_stamp = 0; in ixgb_unmap_and_free_tx_resource() 1314 buffer_info->time_stamp = jiffies; in ixgb_tx_map() 1355 buffer_info->time_stamp = jiffies; in ixgb_tx_map() 1530 adapter->tx_ring.buffer_info[first].time_stamp = 0; in ixgb_xmit_frame() 1839 if (tx_ring->buffer_info[eop].time_stamp && in ixgb_clean_tx_irq() 1840 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + HZ) in ixgb_clean_tx_irq() 1859 tx_ring->buffer_info[eop].time_stamp, in ixgb_clean_tx_irq()
|
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 105 unsigned long time_stamp; member
|
D | netdev.c | 405 buffer_info->time_stamp = 0; in igbvf_put_txbuf() 1990 buffer_info->time_stamp = jiffies; in igbvf_tx_ctxtdesc() 2166 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv() 2187 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv() 2204 buffer_info->time_stamp = 0; in igbvf_tx_map_adv() 2352 tx_ring->buffer_info[first].time_stamp = 0; in igbvf_xmit_frame_ring_adv()
|
/Linux-v4.19/kernel/trace/ |
D | ring_buffer.c | 314 u64 time_stamp; /* page time stamp */ member 401 (unsigned int)sizeof(field.time_stamp), in ring_buffer_print_page_header() 1938 iter->read_stamp = iter->head_page->page->time_stamp; in rb_inc_iter() 2463 cpu_buffer->commit_page->page->time_stamp; in rb_set_commit_to_write() 2566 cpu_buffer->commit_page->page->time_stamp; in rb_update_write_stamp() 2822 tail_page->page->time_stamp = info->ts; in __rb_reserve_next() 3329 ret = bpage->page->time_stamp; in ring_buffer_oldest_event_ts() 3518 iter->read_stamp = iter->head_page->page->time_stamp; in rb_iter_reset() 3756 cpu_buffer->read_stamp = reader->page->time_stamp; in rb_get_reader_page() 4756 bpage->time_stamp = save_timestamp; in ring_buffer_read_page()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2172 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in ieee80211_network_init() 2173 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in ieee80211_network_init() 2287 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 2288 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | common.h | 332 unsigned int time_stamp; member
|
D | dwmac1000_dma.c | 248 dma_cap->time_stamp = in dwmac1000_get_hw_feature()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2332 network->time_stamp[0] = beacon->time_stamp[0]; in rtllib_network_init() 2333 network->time_stamp[1] = beacon->time_stamp[1]; in rtllib_network_init() 2456 dst->time_stamp[0] = src->time_stamp[0]; in update_network() 2457 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.h | 324 unsigned long time_stamp; /* age of the oldest statistics */ member
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | sal.h | 550 time_stamp : 1, member 556 u8 time_stamp[6]; member
|
/Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 128 unsigned long time_stamp; member
|