Searched refs:rx_ts (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | micrel.c | 3156 struct lan8814_ptp_rx_ts *rx_ts, *tmp; in lan8814_hwtstamp_set() local 3227 list_for_each_entry_safe(rx_ts, tmp, &ptp_priv->rx_ts_list, list) { in lan8814_hwtstamp_set() 3228 list_del(&rx_ts->list); in lan8814_hwtstamp_set() 3229 kfree(rx_ts); in lan8814_hwtstamp_set() 3284 struct lan8814_ptp_rx_ts *rx_ts, *tmp; in lan8814_match_rx_skb() local 3294 list_for_each_entry_safe(rx_ts, tmp, &ptp_priv->rx_ts_list, list) { in lan8814_match_rx_skb() 3296 if (memcmp(&skb_sig, &rx_ts->seq_id, sizeof(rx_ts->seq_id))) in lan8814_match_rx_skb() 3301 shhwtstamps->hwtstamp = ktime_set(rx_ts->seconds, in lan8814_match_rx_skb() 3302 rx_ts->nsec); in lan8814_match_rx_skb() 3303 list_del(&rx_ts->list); in lan8814_match_rx_skb() [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 1338 u64 *tx_ts, u64 *rx_ts) in ice_ptp_read_port_capture_eth56g() argument 1355 rx_ts); in ice_ptp_read_port_capture_eth56g() 1362 ice_debug(hw, ICE_DBG_PTP, "rx_init = %#016llx\n", *rx_ts); in ice_ptp_read_port_capture_eth56g() 2969 ice_ptp_read_port_capture(struct ice_hw *hw, u8 port, u64 *tx_ts, u64 *rx_ts) in ice_ptp_read_port_capture() argument 2985 err = ice_read_64b_phy_reg_e82x(hw, port, P_REG_RX_CAPTURE_L, rx_ts); in ice_ptp_read_port_capture() 2993 (unsigned long long)*rx_ts); in ice_ptp_read_port_capture()
|
| /linux/include/uapi/linux/ |
| H A D | cec.h | 59 __u64 rx_ts; member
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc.h | 598 struct igc_inline_rx_tstamps *rx_ts; /* data indication bit IGC_RXDADV_STAT_TSIP */ member
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-receive.rst | 106 - ``rx_ts``
|