Home
last modified time | relevance | path

Searched refs:E1000_TXD_EXTCMD_TSTAMP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h285 #define E1000_TXD_EXTCMD_TSTAMP 0x00000010 /* IEEE1588 Timestamp packet */ macro
H A Dnetdev.c5674 txd_upper |= E1000_TXD_EXTCMD_TSTAMP; in e1000_tx_queue()
/openbmc/qemu/hw/net/
H A De1000x_regs.h741 #define E1000_TXD_EXTCMD_TSTAMP 0x00000010 /* IEEE1588 Timestamp packet */ macro
H A De1000e_core.c77 if (le32_to_cpu(dp->upper.data) & E1000_TXD_EXTCMD_TSTAMP) { in e1000e_process_ts_option()