Home
last modified time | relevance | path

Searched defs:igc_tx_timestamp_request (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc.h108 struct igc_tx_timestamp_request { struct
109 union { /* reference to the packet being timestamped */
113 enum igc_tx_buffer_type buffer_type;
114 unsigned long start; /* when the tstamp request started (jiffies) */
115 u32 mask; /* _TSYNCTXCTL_TXTT_{X} bit for this request */
116 u32 regl; /* which TXSTMPL_{X} register should be used */
117 u32 regh; /* which TXSTMPH_{X} register should be used */
118 u32 flags; /* flags that should be added to the tx_buffer */
119 u8 xsk_queue_index; /* Tx queue which requesting timestamp */
120 struct xsk_tx_metadata_compl xsk_meta; /* ref to xsk Tx metadata */