Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.h242 int32_t max_inflight; member
H A Ddsw_evdev.c247 dsw->max_inflight = RTE_MAX(conf->nb_events_limit, min_max_in_flight); in dsw_configure()
H A Ddsw_event.c36 available = dsw->max_inflight - total_on_loan; in dsw_port_acquire_credits()
49 if (unlikely(new_total_on_loan > dsw->max_inflight)) { in dsw_port_acquire_credits()