Searched refs:max_inflight (Results 1 – 3 of 3) sorted by relevance
242 int32_t max_inflight; member
247 dsw->max_inflight = RTE_MAX(conf->nb_events_limit, min_max_in_flight); in dsw_configure()
36 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()