Searched refs:new_total_on_loan (Results 1 – 1 of 1) sorted by relevance
28 int32_t new_total_on_loan; in dsw_port_acquire_credits() local46 new_total_on_loan = rte_atomic32_add_return(&dsw->credits_on_loan, in dsw_port_acquire_credits()49 if (unlikely(new_total_on_loan > dsw->max_inflight)) { in dsw_port_acquire_credits()