Home
last modified time | relevance | path

Searched refs:wakeup (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/l3fwd-power/
H A Dmain.c845 bool wakeup; in sleep_until_rx_interrupt() member
853 if (status[lcore].wakeup) { in sleep_until_rx_interrupt()
870 status[lcore].wakeup = n != 0; in sleep_until_rx_interrupt()
/dpdk/drivers/net/ice/base/
H A Dice_sched.c3830 u16 wakeup = 0; in ice_sched_calc_wakeup() local
3836 wakeup = (u16)((1 << 15) | wakeup_int); in ice_sched_calc_wakeup()
3854 wakeup |= (u16)(wakeup_int << 9); in ice_sched_calc_wakeup()
3855 wakeup |= (u16)(0x1ff & wakeup_f_int); in ice_sched_calc_wakeup()
3858 return wakeup; in ice_sched_calc_wakeup()