Home
last modified time | relevance | path

Searched full:credits (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/net/rocker/
H A Drocker_desc.c31 uint32_t credits; member
210 return ring->credits++ == 0; in __desc_ring_post_desc()
302 bool desc_ring_ret_credits(DescRing *ring, uint32_t credits) in desc_ring_ret_credits() argument
304 if (credits > ring->credits) { in desc_ring_ret_credits()
305 DPRINTF("ERROR: trying to return more credits (%d) " in desc_ring_ret_credits()
306 "than are outstanding (%d)\n", credits, ring->credits); in desc_ring_ret_credits()
307 ring->credits = 0; in desc_ring_ret_credits()
311 ring->credits -= credits; in desc_ring_ret_credits()
313 /* return true if credits are still outstanding */ in desc_ring_ret_credits()
315 return ring->credits > 0; in desc_ring_ret_credits()
[all …]
H A Drocker_desc.h39 bool desc_ring_ret_credits(DescRing *ring, uint32_t credits);
H A Drocker.c943 sprintf(buf, "Ring[%s] CREDITS", ring_name); in rocker_reg_name()
/qemu/include/qemu/
H A Djhash.h7 * These are the credits from Bob's sources:
/qemu/docs/specs/
H A Drocker.rst279 Interrupt credits
287 it returns credits back to the device. This way, the device knows the driver's
293 descriptor ring. If the driver returns all credits (the driver caught up with
295 but not fired. If only partial credits are returned, the interrupt remains
/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc144 in order to preserve CI credits
/qemu/docs/sphinx/
H A Dqapidoc.py421 # This credits all 2 or 3 lines to the single source line.
/qemu/tests/data/qobject/
H A Dqdict.txt3487 CREDITS: 603