Searched refs:total_on_loan (Results 1 – 1 of 1) sorted by relevance
25 int32_t total_on_loan; in dsw_port_acquire_credits() local35 total_on_loan = rte_atomic32_read(&dsw->credits_on_loan); in dsw_port_acquire_credits()36 available = dsw->max_inflight - total_on_loan; in dsw_port_acquire_credits()