Home
last modified time | relevance | path

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

/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()