Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c136 timer_cancel(uint64_t *timer) in timer_cancel()
142 timer_set(uint64_t *timer, uint64_t timeout) in timer_set()
149 timer_force_expired(uint64_t *timer) in timer_force_expired()
155 timer_is_stopped(uint64_t *timer) in timer_is_stopped()
161 timer_is_expired(uint64_t *timer) in timer_is_expired()
168 timer_is_running(uint64_t *timer) in timer_is_running()
/dpdk/app/test-bbdev/
H A Dtest-bbdev.py96 timer = Timer(args.timeout, kill, [app_proc]) variable
/dpdk/lib/eal/windows/
H A Deal_alarm.c26 HANDLE timer; member
90 HANDLE timer; in rte_eal_alarm_set() local
H A Deal_timer.c20 HANDLE timer; in rte_delay_us_sleep() local
/dpdk/app/test/
H A Dtest_timer_racecond.c30 static struct rte_timer timer[N_TIMERS]; variable
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c382 l2fwd_fwd_job(__rte_unused struct rte_timer *timer, void *arg) in l2fwd_fwd_job()
438 l2fwd_flush_job(__rte_unused struct rte_timer *timer, __rte_unused void *arg) in l2fwd_flush_job()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_hal.h23 uint64_t timer : 22; member
/dpdk/drivers/net/ice/
H A Dice_ethdev.c2480 uint8_t timer = hw->func_caps.ts_func_info.tmr_index_owned; in ice_dev_close() local
3520 ice_pps_out_cfg(struct ice_hw *hw, int idx, int timer) in ice_pps_out_cfg()
3575 uint8_t timer = hw->func_caps.ts_func_info.tmr_index_owned; in ice_dev_start() local
/dpdk/drivers/net/ena/
H A Dena_ethdev.c1903 static void ena_timer_wd_callback(__rte_unused struct rte_timer *timer, in ena_timer_wd_callback()