Searched defs:igc_tx_timestamp_request (Results 1 – 1 of 1) sorted by relevance
107 struct igc_tx_timestamp_request { struct108 union { /* reference to the packet being timestamped */112 enum igc_tx_buffer_type buffer_type;113 unsigned long start; /* when the tstamp request started (jiffies) */114 u32 mask; /* _TSYNCTXCTL_TXTT_{X} bit for this request */115 u32 regl; /* which TXSTMPL_{X} register should be used */116 u32 regh; /* which TXSTMPH_{X} register should be used */117 u32 flags; /* flags that should be added to the tx_buffer */118 u8 xsk_queue_index; /* Tx queue which requesting timestamp */119 struct xsk_tx_metadata_compl xsk_meta; /* ref to xsk Tx metadata */