Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/qcom/venus/
Dhfi_msgs.c508 u32 timestamp_hi = 0, timestamp_lo = 0; in hfi_session_ftb_done() local
517 timestamp_lo = pkt->time_stamp_lo; in hfi_session_ftb_done()
531 timestamp_lo = pkt->time_stamp_lo; in hfi_session_ftb_done()
575 timestamp_us = (timestamp_us << 32) | timestamp_lo; in hfi_session_ftb_done()
/linux-6.6.21/include/linux/mlx4/
Dcq.h85 __be16 timestamp_lo; member
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h814 u8 timestamp_lo; member
834 u8 timestamp_lo; member
864 u8 timestamp_lo; member
893 u8 timestamp_lo; member
919 u8 timestamp_lo; member
954 u8 timestamp_lo; member
984 u8 timestamp_lo; member
1006 u8 timestamp_lo; member
1033 u8 timestamp_lo; member
1062 u8 timestamp_lo; member
[all …]
Dbnxt.c2257 bp->fw_reset_min_dsecs = cmpl->timestamp_lo; in bnxt_async_event_process()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c55 lo = (u64)be16_to_cpu(ts_cqe->timestamp_lo); in mlx4_en_get_cqe_ts()