Searched refs:tv_delta (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 2049 struct timeval tv_delta; in hns3_reset_post() local 2109 timersub(&tv, &hw->reset.start_time, &tv_delta); in hns3_reset_post() 2122 tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_post() 2123 tv_delta.tv_usec / USEC_PER_MSEC, in hns3_reset_post() 2156 struct timeval tv_delta; in hns3_reset_process() local 2229 timersub(&tv, &hw->reset.start_time, &tv_delta); in hns3_reset_process() 2232 tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_process() 2233 tv_delta.tv_usec / USEC_PER_MSEC, in hns3_reset_process()
|
| H A D | hns3_ethdev_vf.c | 2567 struct timeval tv_delta; in hns3vf_reset_service() local 2598 timersub(&tv, &tv_start, &tv_delta); in hns3vf_reset_service() 2599 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3vf_reset_service() 2600 tv_delta.tv_usec / USEC_PER_MSEC; in hns3vf_reset_service()
|
| H A D | hns3_ethdev.c | 5648 struct timeval tv_delta; in hns3_reset_service() local 5686 timersub(&tv, &tv_start, &tv_delta); in hns3_reset_service() 5687 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_service() 5688 tv_delta.tv_usec / USEC_PER_MSEC; in hns3_reset_service()
|