Home
last modified time | relevance | path

Searched refs:timeout_us (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h167 unsigned long timeout_us; \
170 timeout_us = _tmo % 1000000UL; \
171 wait.tv_nsec = (now.tv_usec + timeout_us) * 1000UL; \
203 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument
204 ((timeout_us) * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
285 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument
286 ((timeout_us) * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cppcore.c655 uint32_t value, int timeout_us) in nfp_xpb_waitlm() argument
666 if (timeout_us < 0) in nfp_xpb_waitlm()
667 timeout_us = 0; in nfp_xpb_waitlm()
671 if (timeout_us < 0) in nfp_xpb_waitlm()
674 timeout_us -= 100; in nfp_xpb_waitlm()
676 } while (timeout_us >= 0); in nfp_xpb_waitlm()
678 if (timeout_us < 0) in nfp_xpb_waitlm()
681 err = timeout_us; in nfp_xpb_waitlm()
H A Dnfp_cpp.h607 uint32_t value, int timeout_us);
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.h72 uint64_t timeout_us; member
/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.h62 uint64_t timeout_us; member
H A Ddpaa_eventdev.c220 wait_time_ticks = portal->timeout_us; in dpaa_event_dequeue_burst()
290 wait_time_ticks = portal->timeout_us; in dpaa_event_dequeue_burst_intr()
419 priv->ports[i].timeout_us = in dpaa_event_dev_configure()
425 priv->ports[i].timeout_us = in dpaa_event_dev_configure()
/dpdk/drivers/dma/hisilicon/
H A Dhisi_dmadev.c127 #define hisi_dma_poll_hw_state(hw, val, cond, sleep_us, timeout_us) ({ \ argument
129 while (timeout++ <= (timeout_us)) { \