Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h889 #define MSEC_PER_SEC 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()
2122 tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_post()
2232 tv_delta.tv_sec * MSEC_PER_SEC + 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()
2599 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3vf_reset_service()
H A Dhns3_ethdev.c5687 msec = tv_delta.tv_sec * MSEC_PER_SEC + in hns3_reset_service()
/f-stack/dpdk/app/test/
H A Dtest_red.c28 #define MSEC_PER_SEC 1000 /**< Milli-seconds per second */ macro
379 .sleep_sec = (MAX_QEMPTY_TIME_MSEC / MSEC_PER_SEC) + 2,
854 * MSEC_PER_SEC; in func_test4()