Searched refs:timestamps (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.c | 246 list_add_tail(&new_ts->list, &sess->timestamps); in amvdec_add_ts() 258 list_for_each_entry(tmp, &sess->timestamps, list) { in amvdec_remove_ts() 328 struct list_head *timestamps = &sess->timestamps; in amvdec_dst_buf_done() local 335 if (list_empty(timestamps)) { in amvdec_dst_buf_done() 344 tmp = list_first_entry(timestamps, struct amvdec_timestamp, list); in amvdec_dst_buf_done() 372 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in amvdec_dst_buf_done_offset()
|
D | vdec.h | 264 struct list_head timestamps; member
|
D | vdec.c | 379 list_for_each_entry_safe(tmp, n, &sess->timestamps, list) { in vdec_reset_timestamps() 910 INIT_LIST_HEAD(&sess->timestamps); in vdec_open()
|
/drivers/net/ethernet/sfc/ |
D | ptp.c | 1136 struct skb_shared_hwtstamps timestamps; in efx_ptp_xmit_skb_mc() local 1165 memset(×tamps, 0, sizeof(timestamps)); in efx_ptp_xmit_skb_mc() 1166 timestamps.hwtstamp = ptp_data->nic_to_kernel_time( in efx_ptp_xmit_skb_mc() 1171 skb_tstamp_tx(skb, ×tamps); in efx_ptp_xmit_skb_mc() 1234 struct skb_shared_hwtstamps *timestamps; in efx_ptp_match_rx() local 1237 timestamps = skb_hwtstamps(skb); in efx_ptp_match_rx() 1238 timestamps->hwtstamp = evt->hwtimestamp; in efx_ptp_match_rx() 2043 struct skb_shared_hwtstamps *timestamps; in __efx_rx_skb_attach_timestamp() local 2086 timestamps = skb_hwtstamps(skb); in __efx_rx_skb_attach_timestamp() 2087 timestamps->hwtstamp = in __efx_rx_skb_attach_timestamp()
|
/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_txrx.h | 94 struct qmem *timestamps; member
|
D | otx2_txrx.c | 102 timestamp = ((u64 *)sq->timestamps->base)[snd_comp->sqe_id]; in otx2_snd_pkt_handler() 833 iova = sq->timestamps->iova + (sq->head * sizeof(u64)); in otx2_set_txtstamp()
|
D | otx2_common.c | 765 err = qmem_alloc(pfvf->dev, &sq->timestamps, qset->sqe_cnt, in otx2_sq_init() 766 sizeof(*sq->timestamps)); in otx2_sq_init()
|
/drivers/media/rc/img-ir/ |
D | Kconfig | 17 less reliable (due to lack of timestamps) and consumes more
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 648 stats->timestamps++; in mlxsw_sp1_ptp_ht_gc_collect() 1109 MLXSW_SP_PTP_PORT_STAT("ptp_rx_gcd_timestamps", rx_gcd.timestamps), 1111 MLXSW_SP_PTP_PORT_STAT("ptp_tx_gcd_timestamps", tx_gcd.timestamps),
|
D | spectrum.h | 266 u64 timestamps; member
|