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.h102 struct igc_tx_timestamp_request { struct
103 union { /* reference to the packet being timestamped */
107 enum igc_tx_buffer_type buffer_type;
108 unsigned long start; /* when the tstamp request started (jiffies) */
109 u32 mask; /* _TSYNCTXCTL_TXTT_{X} bit for this request */
110 u32 regl; /* which TXSTMPL_{X} register should be used */
111 u32 regh; /* which TXSTMPH_{X} register should be used */
112 u32 flags; /* flags that should be added to the tx_buffer */
113 u8 xsk_queue_index; /* Tx queue which requesting timestamp */
114 struct xsk_tx_metadata_compl xsk_meta; /* ref to xsk Tx metadata */