Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/qcom/venus/
Dhfi_msgs.c484 u32 timestamp_hi = 0, timestamp_lo = 0; in hfi_session_ftb_done() local
493 timestamp_lo = pkt->time_stamp_lo; in hfi_session_ftb_done()
507 timestamp_lo = pkt->time_stamp_lo; in hfi_session_ftb_done()
551 timestamp_us = (timestamp_us << 32) | timestamp_lo; in hfi_session_ftb_done()
/Linux-v6.1/include/linux/mlx4/
Dcq.h85 __be16 timestamp_lo; member
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h789 u8 timestamp_lo; member
809 u8 timestamp_lo; member
839 u8 timestamp_lo; member
868 u8 timestamp_lo; member
894 u8 timestamp_lo; member
929 u8 timestamp_lo; member
959 u8 timestamp_lo; member
981 u8 timestamp_lo; member
1008 u8 timestamp_lo; member
1037 u8 timestamp_lo; member
[all …]
Dbnxt.c2272 bp->fw_reset_min_dsecs = cmpl->timestamp_lo; in bnxt_async_event_process()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/
Den_clock.c55 lo = (u64)be16_to_cpu(ts_cqe->timestamp_lo); in mlx4_en_get_cqe_ts()