Home
last modified time | relevance | path

Searched refs:USEC_PER_MSEC (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h890 #define USEC_PER_MSEC 1000L macro
899 return (uint64_t)tv.tv_sec * MSEC_PER_SEC + tv.tv_usec / USEC_PER_MSEC; in get_timeofday_ms()
H A Dhns3_intr.c1802 #define DEFERRED_SCHED_US (3 * MSEC_PER_SEC * USEC_PER_MSEC) in hns3_schedule_delayed_reset()
2123 tv_delta.tv_usec / USEC_PER_MSEC, in hns3_reset_post()
2233 tv_delta.tv_usec / USEC_PER_MSEC, in hns3_reset_process()
H A Dhns3_ethdev_vf.c2333 wait_data->interval = 1 * MSEC_PER_SEC * USEC_PER_MSEC; in hns3vf_wait_hardware_ready()
2352 wait_data->interval = HNS3VF_RESET_WAIT_MS * USEC_PER_MSEC; in hns3vf_wait_hardware_ready()
2600 tv_delta.tv_usec / USEC_PER_MSEC; in hns3vf_reset_service()
H A Dhns3_ethdev.c5351 wait_data->interval = HNS3_RESET_WAIT_MS * USEC_PER_MSEC; in hns3_wait_hardware_ready()
5688 tv_delta.tv_usec / USEC_PER_MSEC; in hns3_reset_service()
/f-stack/dpdk/app/test/
H A Dtest_red.c29 #define USEC_PER_MSEC 1000 /**< Micro-seconds per milli-second */ macro