Home
last modified time | relevance | path

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

/f-stack/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()
658 (p->inflights == p->inflight_max) ? in sw_dump()
664 sw->ports[i].inflight_max, in sw_dump()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_priv.h383 uint16_t inflight_max; /* app requested max inflights for this port */ member
H A Ddlb_xstats.c1047 p->inflight_max, p->inflight_credits); in dlb_eventdev_dump()
H A Ddlb.c1648 dlb->ev_ports[ev_port_id].inflight_max = in dlb_eventdev_port_setup()
2186 if (unlikely(ev_port->inflight_max < sw_inflights)) { in dlb_check_enqueue_sw_credits()
/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2_priv.h433 uint16_t inflight_max; /* app requested max inflights for this port */ member
H A Ddlb2_xstats.c1075 p->inflight_max, p->inflight_credits); in dlb2_eventdev_dump()
H A Ddlb2.c1503 ev_port->inflight_max = port_conf->new_event_threshold; in dlb2_eventdev_port_setup()
2170 if (unlikely(ev_port->inflight_max < sw_inflights)) { in dlb2_check_enqueue_sw_credits()