Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_alarm.c26 #define US_PER_MS 1000 macro
29 #define US_PER_S (US_PER_MS * MS_PER_S)
/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c65 #define US_PER_MS 1000 in hns3_get_mbx_resp() macro
78 mbx_time_limit = (uint32_t)hns->mbx_time_limit_ms * US_PER_MS; in hns3_get_mbx_resp()
/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c206 rte_eal_alarm_set(US_PER_MS, bnxt_dev_reset_and_resume, in bnxt_handle_async_event()
H A Dbnxt.h500 #define US_PER_MS 1000 macro
H A Dbnxt_ethdev.c4419 uint32_t us = US_PER_MS * bp->fw_reset_min_msecs; in bnxt_dev_reset_and_resume()
4530 rte_eal_alarm_set(US_PER_MS, bnxt_dev_reset_and_resume, in bnxt_fw_reset_cb()
4565 rte_eal_alarm_set(US_PER_MS * info->driver_polling_freq, in bnxt_check_fw_health()
4583 rte_eal_alarm_set(US_PER_MS * wait_msec, in bnxt_check_fw_health()
4601 rte_eal_alarm_set(US_PER_MS * polling_freq, in bnxt_schedule_fw_health_check()