Searched refs:timestamping (Results  1 – 25 of 28) sorted by relevance
12
| /Linux-v5.4/drivers/net/ethernet/freescale/enetc/ | 
| D | Kconfig | 45 	bool "ENETC hardware timestamping support" 48 	  Enable hardware timestamping support on the Ethernet packets 51 	  extended RX BDs if timestamping is not used, this option enables 52 	  extended RX BDs in order to support hardware timestamping.
  | 
| /Linux-v5.4/tools/testing/selftests/networking/timestamping/ | 
| D | .gitignore | 1 timestamping
  | 
| D | Makefile | 4 TEST_GEN_FILES := hwtstamp_config rxtimestamp timestamping txtimestamp
  | 
| /Linux-v5.4/Documentation/sound/designs/ | 
| D | index.rst | 10    timestamping
  | 
| D | timestamping.rst | 119 Due to the varied nature of timestamping needs, even for a single
  | 
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ | 
| D | Kconfig | 30 	  Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
  | 
| /Linux-v5.4/sound/core/seq/ | 
| D | seq_ports.h | 62 	unsigned int timestamping: 1;  member
  | 
| D | seq_ports.c | 344 	port->timestamping = (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0;  in snd_seq_set_port_info() 378 	if (port->timestamping) {  in snd_seq_get_port_info()
  | 
| /Linux-v5.4/net/core/ | 
| D | Makefile | 25 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
  | 
| /Linux-v5.4/drivers/net/dsa/sja1105/ | 
| D | Kconfig | 24 	  This enables support for timestamping and PTP clock manipulations in
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | timestamping.txt | 17   Same timestamping mechanism as SO_TIMESTAMP, but reports the 37 This socket option enables timestamping of datagrams on the reception 87 requested by a particular socket, such as when receive timestamping is 160   have multiple concurrent timestamping requests outstanding. Packets 276 The SO_TIMESTAMPING interface supports timestamping of bytes in a 278 entire contents of the buffer has passed a timestamping point. That 561   and hardware timestamping is not possible (SKBTX_IN_PROGRESS not set).
  | 
| D | nf_conntrack-sysctl.txt | 154 	Enable connection tracking flow timestamping.
  | 
| D | packet_mmap.txt | 1006 NIC is capable of timestamping packets in hardware, you can request those 1009 Documentation/networking/timestamping.txt). 1034 Only (!) if transmit timestamping is enabled, then these bits are combined 1046 See include/linux/net_tstamp.h and Documentation/networking/timestamping.txt
  | 
| D | msg_zerocopy.rst | 104 socket error queue, akin to the transmit timestamping interface.
  | 
| D | pktgen.txt | 174                               NO_TIMESTAMP # disable timestamping
  | 
| /Linux-v5.4/tools/testing/selftests/ | 
| D | Makefile | 33 TARGETS += networking/timestamping
  | 
| /Linux-v5.4/drivers/net/ethernet/cavium/ | 
| D | Kconfig | 61 	  PTP provides timestamping mechanism that is suitable for use in IEEE 1588
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/net/dsa/ | 
| D | b53.txt | 58    then the timestamping interrupt and the sleep timer interrupts for ports
  | 
| /Linux-v5.4/drivers/net/ethernet/sfc/ | 
| D | tx.c | 82 		if (tx_queue->timestamping &&  in efx_dequeue_buffer() 854 	tx_queue->timestamping = (efx_ptp_use_mac_tx_timestamps(efx) &&  in efx_init_tx_queue()
  | 
| D | net_driver.h | 252 	bool timestamping;  member
  | 
| D | ef10.c | 2428 		tx_queue->timestamping = false;  in efx_ef10_tx_init() 2441 	    !tx_queue->timestamping) {  in efx_ef10_tx_init() 2476 						tx_queue->timestamping);  in efx_ef10_tx_init() 2508 			     ESF_DZ_TX_TIMESTAMP, tx_queue->timestamping);  in efx_ef10_tx_init() 3704 	if (!tx_queue->timestamping) {  in efx_ef10_handle_tx_event()
  | 
| /Linux-v5.4/net/ | 
| D | Kconfig | 111 	  This allows timestamping of network packets by PHYs with 112 	  hardware timestamping capabilities. This option adds some
  | 
| /Linux-v5.4/Documentation/timers/ | 
| D | timekeeping.rst | 18 sched_clock() is used for scheduling and timestamping, and delay timers
  | 
| /Linux-v5.4/drivers/net/ethernet/intel/ | 
| D | Kconfig | 83 	 Say Y to enable hardware supported cross-timestamping on PCH
  | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | hist-v4l2.rst | 195    follow SGI's lead, and adopt a multimedia timestamping system like 204    cause errors if it were being used for timestamping a multimedia
  | 
        12