Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_intr.c2681 struct timeval tv_delta; in hns3_reset_post() local
2741 timersub(&tv, &hw->reset.start_time, &tv_delta); in hns3_reset_post()
2754 hns3_clock_calctime_ms(&tv_delta), in hns3_reset_post()
2777 struct timeval tv_delta; in hns3_reset_fail_handle() local
2796 timersub(&tv, &hw->reset.start_time, &tv_delta); in hns3_reset_fail_handle()
2799 hns3_clock_calctime_ms(&tv_delta), in hns3_reset_fail_handle()
H A Dhns3_ethdev_vf.c2146 struct timeval tv_delta; in hns3vf_reset_service() local
2179 timersub(&tv, &tv_start, &tv_delta); in hns3vf_reset_service()
2180 msec = hns3_clock_calctime_ms(&tv_delta); in hns3vf_reset_service()
H A Dhns3_ethdev.c5952 struct timeval tv_delta; in hns3_reset_service() local
5992 timersub(&tv, &tv_start, &tv_delta); in hns3_reset_service()
5993 msec = hns3_clock_calctime_ms(&tv_delta); in hns3_reset_service()