Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_common.h30 #define MSEC_PER_SEC 1000L macro
H A Dhns3_common.c303 return (uint64_t)tv->tv_sec * MSEC_PER_SEC + in hns3_clock_calctime_ms()
H A Dhns3_ethdev_vf.c1895 MSEC_PER_SEC * USEC_PER_MSEC; in hns3vf_wait_hardware_ready()
H A Dhns3_intr.c2432 #define DEFERRED_SCHED_US (3 * MSEC_PER_SEC * USEC_PER_MSEC) in hns3_schedule_delayed_reset()
/dpdk/app/test/
H A Dtest_red.c52 #define MSEC_PER_SEC 1000 /**< Milli-seconds per second */ macro
403 .sleep_sec = (MAX_QEMPTY_TIME_MSEC / MSEC_PER_SEC) + 2,
878 * MSEC_PER_SEC; in func_test4()