Home
last modified time | relevance | path

Searched refs:tx_ts (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/cadence/
A Dmacb_ptp.c345 struct gem_tx_ts *tx_ts; in gem_tx_timestamp_flush() local
352 tx_ts = &queue->tx_timestamps[tail]; in gem_tx_timestamp_flush()
353 gem_tstamp_tx(queue->bp, tx_ts->skb, &tx_ts->desc_ptp); in gem_tx_timestamp_flush()
355 dev_kfree_skb_any(tx_ts->skb); in gem_tx_timestamp_flush()
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ptp.c102 u64 tx_ts; in cxgb4_ptp_read_hwstamp() local
106 tx_ts = t4_read_reg(adapter, in cxgb4_ptp_read_hwstamp()
109 tx_ts |= (u64)t4_read_reg(adapter, in cxgb4_ptp_read_hwstamp()
112 skb_ts->hwtstamp = ns_to_ktime(tx_ts); in cxgb4_ptp_read_hwstamp()
/linux/drivers/media/cec/core/
A Dcec-adap.c391 data->msg.tx_ts = ktime_get_ns(); in cec_data_cancel()
626 msg->tx_ts = ktime_to_ns(ts); in cec_transmit_done_ts()
758 msg->tx_ts = 0; in cec_transmit_msg_fh()
828 msg->tx_ts = ktime_get_ns(); in cec_transmit_msg_fh()
1077 msg->tx_ts = 0; in cec_received_msg_ts()
/linux/include/uapi/linux/
A Dcec.h58 __u64 tx_ts; member
/linux/Documentation/userspace-api/media/cec/
A Dcec-ioc-receive.rst99 - ``tx_ts``

Completed in 16 milliseconds