Searched refs:tx_ts (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 340 struct gem_tx_ts *tx_ts; in gem_tx_timestamp_flush() local 347 tx_ts = &queue->tx_timestamps[tail]; in gem_tx_timestamp_flush() 348 gem_tstamp_tx(queue->bp, tx_ts->skb, &tx_ts->desc_ptp); in gem_tx_timestamp_flush() 350 dev_kfree_skb_any(tx_ts->skb); in gem_tx_timestamp_flush()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ptp.c | 102 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_ptp.c | 102 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()
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 391 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()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 375 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() 1083 msg->tx_ts = 0; in cec_received_msg_ts()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cec.h | 12 __u64 tx_ts; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 1193 * @tx_ts: on return, the Tx port time capture 1201 ice_ptp_read_port_capture(struct ice_hw *hw, u8 port, u64 *tx_ts, u64 *rx_ts) in ice_ptp_read_port_capture() argument 1206 err = ice_read_64b_phy_reg_e822(hw, port, P_REG_TX_CAPTURE_L, tx_ts); in ice_ptp_read_port_capture() 1214 (unsigned long long)*tx_ts); in ice_ptp_read_port_capture()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cec.h | 18 * @tx_ts: Timestamp in nanoseconds using CLOCK_MONOTONIC. Set by the 58 __u64 tx_ts; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cec.h | 18 * @tx_ts: Timestamp in nanoseconds using CLOCK_MONOTONIC. Set by the 58 __u64 tx_ts; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cec.h | 25 __u64 tx_ts; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cec.h | 25 __u64 tx_ts; member
|
Completed in 23 milliseconds