Home
last modified time | relevance | path

Searched refs:tstart (Results 1 – 3 of 3) sorted by relevance

/drivers/net/hamradio/
Dbaycom_epp.c828 unsigned long tstart; in epp_open() local
889 tstart = jiffies; in epp_open()
891 while (time_before(jiffies, tstart + HZ/3)) { in epp_open()
913 tstart = jiffies - tstart; in epp_open()
914 bc->bitrate = i * (8 * HZ) / tstart; in epp_open()
/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c164 u64 tstart; in mlx5_pps_out() local
167 tstart = clock->pps_info.start[i]; in mlx5_pps_out()
170 if (!tstart) in mlx5_pps_out()
174 MLX5_SET64(mtpps_reg, in, time_stamp, tstart); in mlx5_pps_out()
/drivers/scsi/elx/efct/
Defct_hw.c2208 u64 tstart; in efct_hw_eq_process() local
2213 tstart = jiffies_to_msecs(jiffies); in efct_hw_eq_process()
2250 telapsed = jiffies_to_msecs(jiffies) - tstart; in efct_hw_eq_process()
2321 u32 tstart, telapsed; in efct_hw_cq_process() local
2323 tstart = jiffies_to_msecs(jiffies); in efct_hw_cq_process()
2407 telapsed = jiffies_to_msecs(jiffies) - tstart; in efct_hw_cq_process()