Searched refs:DSW_PORT_MAX_CREDITS (Results 1 – 3 of 3) sorted by relevance
63 #define DSW_PORT_MAX_CREDITS (2*DSW_MIN_CREDIT_LOAN) macro
245 min_max_in_flight = conf->nb_event_ports * DSW_PORT_MAX_CREDITS; in dsw_configure()
70 if (unlikely(port->inflight_credits > DSW_PORT_MAX_CREDITS)) { in dsw_port_return_credits()