Home
last modified time | relevance | path

Searched refs:ring_num_slots (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c215 (__improbable((_cur) + 1 == (_ring)->ring_num_slots) ? 0 : (_cur) + 1)
453 (idx >= ring->ring_head && idx < ring->ring_num_slots))) { in _slot_index_is_valid()
967 n += ring->ring_num_slots; in os_channel_available_slot_count()
969 count = (ring->ring_num_slots - n - 1); in os_channel_available_slot_count()
973 n += ring->ring_num_slots; in os_channel_available_slot_count()
1922 npkts += ring->ring_num_slots; in os_channel_purge_packet_alloc_ring()
1997 nbfts += ring->ring_num_slots; in os_channel_purge_buflet_alloc_ring()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h381 const uint32_t ring_num_slots; /* # of slots in the ring */ member
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c1837 *(uint32_t *)(uintptr_t)&ring->ring_num_slots = ndesc; in na_kr_setup()
1921 " num_slots: %u", ring->ring_num_slots); in na_kr_setup()