Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.h63 #define DSW_PORT_MAX_CREDITS (2*DSW_MIN_CREDIT_LOAN) macro
H A Ddsw_evdev.c245 min_max_in_flight = conf->nb_event_ports * DSW_PORT_MAX_CREDITS; in dsw_configure()
H A Ddsw_event.c70 if (unlikely(port->inflight_credits > DSW_PORT_MAX_CREDITS)) { in dsw_port_return_credits()