Lines Matching refs:start_time

1159     guint64          start_time, s_sec, s_usec = LL_ZERO; /* start time, sec + usec */  in vwr_read_s1_W_rec()  local
1269 start_time = s_time / NS_IN_US; /* convert to microseconds first */ in vwr_read_s1_W_rec()
1270 s_sec = (start_time / US_IN_SEC); /* get the number of seconds */ in vwr_read_s1_W_rec()
1271 s_usec = start_time - (s_sec * US_IN_SEC); /* get the number of microseconds */ in vwr_read_s1_W_rec()
1338 phtolell(&data_ptr[bytes_written], start_time); /* record start & end times of frame */ in vwr_read_s1_W_rec()
1434 guint64 start_time, s_sec, s_usec = LL_ZERO; /* start time, sec + usec */ in vwr_read_s2_W_rec() local
1670 start_time = s_time / NS_IN_US; /* convert to microseconds first */ in vwr_read_s2_W_rec()
1671 s_sec = (start_time / US_IN_SEC); /* get the number of seconds */ in vwr_read_s2_W_rec()
1672 s_usec = start_time - (s_sec * US_IN_SEC); /* get the number of microseconds */ in vwr_read_s2_W_rec()
1755 phtolell(&data_ptr[bytes_written], start_time); /* record start & end times of frame */ in vwr_read_s2_W_rec()
1852 guint64 start_time = 0, s_sec = 0, s_usec = LL_ZERO; /* start time, sec + usec */ in vwr_read_s3_W_rec() local
2169 start_time = s_time / NS_IN_US; /* convert to microseconds first */ in vwr_read_s3_W_rec()
2170 s_sec = (start_time / US_IN_SEC); /* get the number of seconds */ in vwr_read_s3_W_rec()
2171 s_usec = start_time - (s_sec * US_IN_SEC); /* get the number of microseconds */ in vwr_read_s3_W_rec()
2266 phtolell(&data_ptr[bytes_written], start_time); /* record start & end times of frame */ in vwr_read_s3_W_rec()
2569 guint64 start_time, s_sec = LL_ZERO, s_usec = LL_ZERO; /* start time, sec + usec */ in vwr_read_rec_data_ethernet() local
2676 start_time = s_time / NS_IN_US; /* convert to microseconds first */ in vwr_read_rec_data_ethernet()
2677 s_sec = (start_time / US_IN_SEC); /* get the number of seconds */ in vwr_read_rec_data_ethernet()
2678 s_usec = start_time - (s_sec * US_IN_SEC); /* get the number of microseconds */ in vwr_read_rec_data_ethernet()
2780 …phtolell(&data_ptr[bytes_written], start_time) /* record start & end times of fra… in vwr_read_rec_data_ethernet()