Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h146 unsigned long timeout_us; \
149 timeout_us = timeout % 1000000UL; \
150 wait.tv_nsec = (now.tv_usec + timeout_us) * 1000UL; \
166 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument
167 (timeout_us * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
289 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument
290 (timeout_us * rte_get_timer_hz() / 1000000 + rte_get_timer_cycles())
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cppcore.c652 uint32_t value, int timeout_us) in nfp_xpb_waitlm() argument
663 if (timeout_us < 0) in nfp_xpb_waitlm()
664 timeout_us = 0; in nfp_xpb_waitlm()
668 if (timeout_us < 0) in nfp_xpb_waitlm()
671 timeout_us -= 100; in nfp_xpb_waitlm()
673 } while (timeout_us >= 0); in nfp_xpb_waitlm()
675 if (timeout_us < 0) in nfp_xpb_waitlm()
678 err = timeout_us; in nfp_xpb_waitlm()
H A Dnfp_cpp.h607 uint32_t value, int timeout_us);
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h197 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument
198 ((long)cputick2usec(cpu_ticks()) + (timeout_us))
255 #define ENA_WAIT_EVENT_WAIT(waitqueue, timeout_us) \ argument
259 timeout_us * hz / 1000 / 1000 ); \
/f-stack/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev.h72 uint64_t timeout_us; member
/f-stack/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()
418 priv->ports[i].timeout_us = in dpaa_event_dev_configure()
424 priv->ports[i].timeout_us = in dpaa_event_dev_configure()