Home
last modified time | relevance | path

Searched refs:tstamps (Results 1 – 6 of 6) sorted by relevance

/linux/sound/firewire/motu/
H A Damdtp-motu-trace.h28 __dynamic_array(u32, tstamps, data_blocks)
39 copy_sph(__get_dynamic_array(tstamps), buffer, data_blocks, s->data_block_quadlets);
46 __print_array(__get_dynamic_array(tstamps), __entry->data_blocks, 4)
/linux/tools/testing/selftests/net/
H A Drxtimestamp.c29 struct tstamps { struct
45 struct tstamps expected; argument
193 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv()
198 struct tstamps actual = {}; in do_recv()
/linux/drivers/net/can/usb/etas_es58x/
H A Des581_4.c45 u64 *tstamps = es58x_dev->timestamps; in es581_4_echo_msg() local
86 tstamps[i] = get_unaligned_le64(&echo_msg->timestamp); in es581_4_echo_msg()
92 tstamps, num_element - dropped); in es581_4_echo_msg()
H A Des58x_fd.c67 u64 *tstamps = es58x_dev->timestamps; in es58x_fd_echo_msg() local
91 tstamps[i] = get_unaligned_le64(&echo_msg[i].timestamp); in es58x_fd_echo_msg()
95 return es58x_can_get_echo_skb(netdev, priv->tx_tail, tstamps, num_element); in es58x_fd_echo_msg()
H A Des58x_core.h722 u64 *tstamps, unsigned int pkts);
H A Des58x_core.c383 u64 *tstamps, unsigned int pkts) in es58x_can_get_echo_skb() argument
443 es58x_set_skb_timestamp(netdev, skb, tstamps[i]); in es58x_can_get_echo_skb()