Searched refs:E1000_TXD_EXTCMD_TSTAMP (Results 1 – 4 of 4) sorted by relevance
285 #define E1000_TXD_EXTCMD_TSTAMP 0x00000010 /* IEEE1588 Timestamp packet */ macro
5674 txd_upper |= E1000_TXD_EXTCMD_TSTAMP; in e1000_tx_queue()
741 #define E1000_TXD_EXTCMD_TSTAMP 0x00000010 /* IEEE1588 Timestamp packet */ macro
77 if (le32_to_cpu(dp->upper.data) & E1000_TXD_EXTCMD_TSTAMP) { in e1000e_process_ts_option()