Searched refs:tx_timestamp (Results 1 – 8 of 8) sorted by relevance
145 compl->tx_timestamp = &meta->completion.tx_timestamp; in xsk_tx_metadata_to_compl()147 compl->tx_timestamp = NULL; in xsk_tx_metadata_to_compl()198 if (!compl->tx_timestamp) in xsk_tx_metadata_complete()201 *compl->tx_timestamp = ops->tmo_fill_timestamp(priv); in xsk_tx_metadata_complete()
159 __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``.
570 if (compl->tx_timestamp) { in xsk_destruct_skb()572 *compl->tx_timestamp = ktime_get_tai_fast_ns(); in xsk_destruct_skb()
591 __u64 *tx_timestamp; member