Home
last modified time | relevance | path

Searched refs:sw_inflights (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_worker.c59 uint32_t sw_inflights = rte_atomic32_read(&sw->inflights); in sw_event_enqueue_burst() local
69 if (unlikely(new > 0 && p->inflight_max < sw_inflights)) in sw_event_enqueue_burst()
74 if (sw_inflights + credit_update_quanta > sw->nb_events_limit) in sw_event_enqueue_burst()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb.c2182 uint32_t sw_inflights = __atomic_load_n(&dlb->inflights, in dlb_check_enqueue_sw_credits() local
2186 if (unlikely(ev_port->inflight_max < sw_inflights)) { in dlb_check_enqueue_sw_credits()
2196 if (sw_inflights + credit_update_quanta > in dlb_check_enqueue_sw_credits()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c2166 uint32_t sw_inflights = __atomic_load_n(&dlb2->inflights, in dlb2_check_enqueue_sw_credits() local
2170 if (unlikely(ev_port->inflight_max < sw_inflights)) { in dlb2_check_enqueue_sw_credits()
2180 if (sw_inflights + credit_update_quanta > in dlb2_check_enqueue_sw_credits()