Searched refs:tx_timestamp (Results 1 – 7 of 7) sorted by relevance
144 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()153 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()172 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()175 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
161 __u64 tx_timestamp; member
320 if (meta->completion.tx_timestamp) { in complete_tx()327 meta->completion.tx_timestamp); in complete_tx()330 meta->completion.tx_timestamp, ref_tstamp); in complete_tx()334 last_hw_rx_timestamp, meta->completion.tx_timestamp); in complete_tx()
242 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
936 if (compl->tx_timestamp) { in xsk_destruct_skb()938 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
587 __u64 *tx_timestamp; member