Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb.h223 IGB_TX_FLAGS_TSTAMP = 0x04, enumerator
H A Digb_main.c6066 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSTAMP, in igb_tx_cmd_type()
6392 tx_flags |= IGB_TX_FLAGS_TSTAMP; in igb_xmit_frame_ring()
6427 if (unlikely(tx_flags & IGB_TX_FLAGS_TSTAMP)) { in igb_xmit_frame_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A Digb.h223 IGB_TX_FLAGS_TSTAMP = 0x04, enumerator
H A Digb_main.c6140 cmd_type |= IGB_SET_FLAG(tx_flags, IGB_TX_FLAGS_TSTAMP, in igb_tx_cmd_type()
6500 tx_flags |= IGB_TX_FLAGS_TSTAMP; in igb_xmit_frame_ring()
6535 if (unlikely(tx_flags & IGB_TX_FLAGS_TSTAMP)) { in igb_xmit_frame_ring()

Completed in 26 milliseconds