Home
last modified time | relevance | path

Searched refs:DSW_PORT_MIN_CREDITS (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.h64 #define DSW_PORT_MIN_CREDITS (DSW_MIN_CREDIT_LOAN) macro
H A Ddsw_event.c37 acquired_credits = RTE_MAX(missing_credits, DSW_PORT_MIN_CREDITS); in dsw_port_acquire_credits()
71 int32_t leave_credits = DSW_PORT_MIN_CREDITS; in dsw_port_return_credits()