Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/media/cec/core/
A Dcec-adap.c375 data->msg.tx_ts = ktime_get_ns(); in cec_data_cancel()
621 msg->tx_ts = ktime_to_ns(ts); in cec_transmit_done_ts()
752 msg->tx_ts = 0; in cec_transmit_msg_fh()
822 msg->tx_ts = ktime_get_ns(); in cec_transmit_msg_fh()
1082 msg->tx_ts = 0; in cec_received_msg_ts()
/linux-6.3-rc2/include/uapi/linux/
A Dcec.h58 __u64 tx_ts; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ptp_hw.c1199 ice_ptp_read_port_capture(struct ice_hw *hw, u8 port, u64 *tx_ts, u64 *rx_ts) in ice_ptp_read_port_capture() argument
1204 err = ice_read_64b_phy_reg_e822(hw, port, P_REG_TX_CAPTURE_L, tx_ts); in ice_ptp_read_port_capture()
1212 (unsigned long long)*tx_ts); in ice_ptp_read_port_capture()
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-ioc-receive.rst101 - ``tx_ts``

Completed in 19 milliseconds