Searched refs:tx_timestamp (Results 1 – 8 of 8) sorted by relevance
146 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()148 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()199 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()202 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
160 __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()
48 timestamp into ``tx_timestamp`` field of ``union xsk_tx_metadata``.
612 if (compl->tx_timestamp) { in xsk_destruct_skb()614 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
587 __u64 *tx_timestamp; member