Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_82575.h110 #define E1000_ADVTXD_MAC_TSTAMP 0x00080000 /* IEEE1588 Timestamp packet */ macro
H A Digb_main.c6141 (E1000_ADVTXD_MAC_TSTAMP)); in igb_tx_cmd_type()
/openbmc/qemu/hw/net/
H A Digb_regs.h163 #define E1000_ADVTXD_MAC_TSTAMP 0x00080000 /* IEEE1588 Timestamp packet */ macro
H A Digb_core.c682 if ((tx->first_cmd_type_len & E1000_ADVTXD_MAC_TSTAMP) && in igb_process_tx_desc()