Searched refs:tv_delta (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 2681 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 D | hns3_ethdev_vf.c | 2146 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 D | hns3_ethdev.c | 5952 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()
|