Home
last modified time | relevance | path

Searched refs:inflight_max (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/event/sw/
H A Dsw_evdev_worker.c69 if (unlikely(new > 0 && p->inflight_max < sw_inflights)) in sw_event_enqueue_burst()
H A Dsw_evdev.h181 uint16_t inflight_max; /* app requested max inflights for this port */ member
H A Dsw_evdev.c181 p->inflight_max = conf->new_event_threshold; in sw_port_setup()
657 (p->inflights == p->inflight_max) ? in sw_dump()
663 sw->ports[i].inflight_max, in sw_dump()
/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h521 uint16_t inflight_max; /* app requested max inflights for this port */ member
H A Ddlb2_xstats.c1100 p->inflight_max, p->inflight_credits); in dlb2_eventdev_dump()
H A Ddlb2.c1807 ev_port->inflight_max = port_conf->new_event_threshold; in dlb2_eventdev_port_setup()
2492 if (unlikely(ev_port->inflight_max < sw_inflights)) { in dlb2_check_enqueue_sw_credits()