Home
last modified time | relevance | path

Searched refs:IXGBE_TX_FLAGS_TSTAMP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h144 IXGBE_TX_FLAGS_TSTAMP = 0x04, enumerator
H A Dixgbe_main.c8164 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP, in ixgbe_tx_cmd_type()
8697 tx_flags |= IXGBE_TX_FLAGS_TSTAMP; in ixgbe_xmit_frame_ring()
8781 if (unlikely(tx_flags & IXGBE_TX_FLAGS_TSTAMP)) { in ixgbe_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h149 IXGBE_TX_FLAGS_TSTAMP = 0x04, enumerator
H A Dixgbe_main.c8223 cmd_type |= IXGBE_SET_FLAG(tx_flags, IXGBE_TX_FLAGS_TSTAMP, in ixgbe_tx_cmd_type()
8769 tx_flags |= IXGBE_TX_FLAGS_TSTAMP; in ixgbe_xmit_frame_ring()
8853 if (unlikely(tx_flags & IXGBE_TX_FLAGS_TSTAMP)) { in ixgbe_xmit_frame_ring()

Completed in 34 milliseconds