Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gdb/linux/
Ddmesg.py49 time_stamp_offset = printk_log_type.get_type()['ts_nsec'].bitpos // 8
66 time_stamp = utils.read_u64(log_buf, pos + time_stamp_offset)
/Linux-v5.4/drivers/net/ethernet/freescale/fman/
Dfman_sp.c105 buffer_offsets->time_stamp_offset = (u32)ILLEGAL_BASE; in fman_sp_build_buffer_struct()
132 buffer_offsets->time_stamp_offset = in fman_sp_build_buffer_struct()
Dfman_sp.h85 u32 time_stamp_offset; member
Dfman_port.c1744 if (port->buffer_offsets.time_stamp_offset == ILLEGAL_BASE) in fman_port_get_tstamp()
1748 port->buffer_offsets.time_stamp_offset)); in fman_port_get_tstamp()