Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c82 now = get_timeofday_ms(); in hns3_get_mbx_resp()
110 now = get_timeofday_ms(); in hns3_get_mbx_resp()
H A Dhns3_ethdev.h893 get_timeofday_ms(void) in get_timeofday_ms() function
H A Dhns3_rxtx.c645 end = get_timeofday_ms() + HNS3_TQP_RESET_TRY_MS; in hns3pf_reset_tqp()
655 } while (get_timeofday_ms() < end); in hns3pf_reset_tqp()
H A Dhns3_intr.c1832 msec = get_timeofday_ms(); in hns3_wait_callback()
H A Dhns3_ethdev_vf.c2351 HNS3VF_RESET_WAIT_MS + get_timeofday_ms(); in hns3vf_wait_hardware_ready()
H A Dhns3_ethdev.c5350 HNS3_RESET_WAIT_MS + get_timeofday_ms(); in hns3_wait_hardware_ready()