Searched refs:tx_timestamp (Results 1 – 8 of 8) sorted by relevance
143 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()145 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()191 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()194 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
149 __u64 tx_timestamp; member
298 if (meta->completion.tx_timestamp) { in complete_tx()302 meta->completion.tx_timestamp, ref_tstamp); in complete_tx()306 last_hw_rx_timestamp, meta->completion.tx_timestamp); in complete_tx()
48 timestamp into ``tx_timestamp`` field of ``union xsk_tx_metadata``.
259 ASSERT_NEQ(meta->completion.tx_timestamp, 0, "tx_timestamp"); in complete_tx()
569 if (compl->tx_timestamp) { in xsk_destruct_skb()571 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
584 __u64 *tx_timestamp; member