Searched refs:tstamps (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_ptp.c | 1554 skb = tx->tstamps[idx].skb; in ice_ptp_tx_tstamp_work() 1555 tx->tstamps[idx].skb = NULL; in ice_ptp_tx_tstamp_work() 1642 tx->tstamps = kcalloc(tx->len, sizeof(*tx->tstamps), GFP_KERNEL); in ice_ptp_alloc_tx_tracker() 1643 if (!tx->tstamps) in ice_ptp_alloc_tx_tracker() 1648 kfree(tx->tstamps); in ice_ptp_alloc_tx_tracker() 1649 tx->tstamps = NULL; in ice_ptp_alloc_tx_tracker() 1675 if (tx->tstamps[idx].skb) { in ice_ptp_flush_tx_tracker() 1704 kfree(tx->tstamps); in ice_ptp_release_tx_tracker() 1705 tx->tstamps = NULL; in ice_ptp_release_tx_tracker() 1756 skb = tx->tstamps[idx].skb; in ice_ptp_tx_tstamp_cleanup() [all …]
|
| A D | ice_ptp.h | 89 struct ice_tx_tstamp *tstamps; member
|
| /linux/sound/firewire/motu/ |
| 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/ |
| A D | rxtimestamp.c | 29 struct tstamps { struct 45 struct tstamps expected; argument 175 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() 180 struct tstamps actual = {}; in do_recv()
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| A D | es581_4.c | 44 u64 *tstamps = es58x_dev->timestamps; in es581_4_echo_msg() local 85 tstamps[i] = get_unaligned_le64(&echo_msg->timestamp); in es581_4_echo_msg() 91 tstamps, num_element - dropped); in es581_4_echo_msg()
|
| A D | es58x_fd.c | 66 u64 *tstamps = es58x_dev->timestamps; in es58x_fd_echo_msg() local 89 tstamps[i] = get_unaligned_le64(&echo_msg[i].timestamp); in es58x_fd_echo_msg() 93 return es58x_can_get_echo_skb(netdev, priv->tx_tail, tstamps, num_element); in es58x_fd_echo_msg()
|
| A D | es58x_core.h | 678 u64 *tstamps, unsigned int pkts);
|
| A D | es58x_core.c | 384 u64 *tstamps, unsigned int pkts) in es58x_can_get_echo_skb() argument 444 es58x_set_skb_timestamp(netdev, skb, tstamps[i]); in es58x_can_get_echo_skb()
|
| /linux/drivers/net/ethernet/microchip/ |
| A D | lan743x_ptp.c | 87 struct skb_shared_hwtstamps tstamps; in lan743x_ptp_tx_ts_complete() local 109 memset(&tstamps, 0, sizeof(tstamps)); in lan743x_ptp_tx_ts_complete() 110 tstamps.hwtstamp = ktime_set(seconds, nseconds); in lan743x_ptp_tx_ts_complete() 114 skb_tstamp_tx(skb, &tstamps); in lan743x_ptp_tx_ts_complete()
|
Completed in 19 milliseconds