Searched refs:tstamps (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/firewire/motu/ |
| H A D | amdtp-motu-trace.h | 28 __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 D | rxtimestamp.c | 29 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 D | es581_4.c | 45 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 D | es58x_fd.c | 67 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 D | es58x_core.h | 722 u64 *tstamps, unsigned int pkts);
|
| H A D | es58x_core.c | 383 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()
|