timestamps 230 drivers/net/ethernet/mellanox/mlxsw/spectrum.h u64 timestamps; timestamps 663 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c stats->timestamps++; timestamps 1129 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c MLXSW_SP_PTP_PORT_STAT("ptp_rx_gcd_timestamps", rx_gcd.timestamps), timestamps 1131 drivers/net/ethernet/mellanox/mlxsw/spectrum_ptp.c MLXSW_SP_PTP_PORT_STAT("ptp_tx_gcd_timestamps", tx_gcd.timestamps), timestamps 1107 drivers/net/ethernet/sfc/ptp.c struct skb_shared_hwtstamps timestamps; timestamps 1136 drivers/net/ethernet/sfc/ptp.c memset(×tamps, 0, sizeof(timestamps)); timestamps 1137 drivers/net/ethernet/sfc/ptp.c timestamps.hwtstamp = ptp_data->nic_to_kernel_time( timestamps 1142 drivers/net/ethernet/sfc/ptp.c skb_tstamp_tx(skb, ×tamps); timestamps 1207 drivers/net/ethernet/sfc/ptp.c struct skb_shared_hwtstamps *timestamps; timestamps 1210 drivers/net/ethernet/sfc/ptp.c timestamps = skb_hwtstamps(skb); timestamps 1211 drivers/net/ethernet/sfc/ptp.c timestamps->hwtstamp = evt->hwtimestamp; timestamps 2011 drivers/net/ethernet/sfc/ptp.c struct skb_shared_hwtstamps *timestamps; timestamps 2054 drivers/net/ethernet/sfc/ptp.c timestamps = skb_hwtstamps(skb); timestamps 2055 drivers/net/ethernet/sfc/ptp.c timestamps->hwtstamp = timestamps 366 drivers/staging/media/meson/vdec/vdec.c list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { timestamps 887 drivers/staging/media/meson/vdec/vdec.c INIT_LIST_HEAD(&sess->timestamps); timestamps 253 drivers/staging/media/meson/vdec/vdec.h struct list_head timestamps; timestamps 214 drivers/staging/media/meson/vdec/vdec_helpers.c if (list_empty(&sess->timestamps)) timestamps 217 drivers/staging/media/meson/vdec/vdec_helpers.c list_for_each_entry(tmp, &sess->timestamps, list) { timestamps 225 drivers/staging/media/meson/vdec/vdec_helpers.c list_add_tail(&new_ts->list, &sess->timestamps); timestamps 237 drivers/staging/media/meson/vdec/vdec_helpers.c list_for_each_entry(tmp, &sess->timestamps, list) { timestamps 299 drivers/staging/media/meson/vdec/vdec_helpers.c struct list_head *timestamps = &sess->timestamps; timestamps 304 drivers/staging/media/meson/vdec/vdec_helpers.c if (list_empty(timestamps)) { timestamps 313 drivers/staging/media/meson/vdec/vdec_helpers.c tmp = list_first_entry(timestamps, struct amvdec_timestamp, list); timestamps 337 drivers/staging/media/meson/vdec/vdec_helpers.c list_for_each_entry_safe(tmp, n, &sess->timestamps, list) {