Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_common.h31 #define USEC_PER_MSEC 1000L macro
H A Dhns3_common.c304 tv->tv_usec / USEC_PER_MSEC; in hns3_clock_calctime_ms()
H A Dhns3_ethdev_vf.c1895 MSEC_PER_SEC * USEC_PER_MSEC; in hns3vf_wait_hardware_ready()
1915 wait_data->interval = HNS3VF_RESET_WAIT_MS * 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()
H A Dhns3_ethdev.c5643 wait_data->interval = HNS3_RESET_WAIT_MS * USEC_PER_MSEC; in hns3_wait_hardware_ready()
/dpdk/app/test/
H A Dtest_red.c53 #define USEC_PER_MSEC 1000 /**< Micro-seconds per milli-second */ macro